black= (0,0,0)
white= (255,255, 255)
blue= (0, 0, 128)
pink= (245, 182, 193)
green= (0, 128, 0)
gray= (105,105, 105)
red= (128, 0,0)
yellow= (255, 255,0)
cyan= (0, 255, 255)
magenta= (255,0, 255)
purple= ( 160, 32, 240) ------------------ that's 11 colors
What's a good way to choose 15 colors? Or 20 colors? Or more?
(adjacent colors should look different)
On 7/2/2024 10:49 AM, HenHanna wrote:
black= (0,0,0)
white= (255,255, 255)
blue= (0, 0, 128)
pink= (245, 182, 193)
green= (0, 128, 0)
gray= (105,105, 105)
red= (128, 0,0)
yellow= (255, 255,0)
cyan= (0, 255, 255)
magenta= (255,0, 255)
purple= ( 160, 32, 240) ------------------ that's 11 colors
What's a good way to choose 15 colors? Or 20 colors? Or more?
1) choose from lists of predefined colors https://www.rapidtables.com/web/color/RGB_Color.html https://www.w3schools.com/html/html_colors_rgb.asp https://excelatfinance.com/xlf/media/xlf-colindx2ws.png
2) predefine and name your own colors manually, then pick the colors at random from a list
3) generate random r,g,b values between 0 and 255, and name the
resultant colors.
4) generate r,g,b values in ranges known to produce greens, reds, blues, oranges, yellows, etc. You could name them consecutively: green1,
green2, green3...
(adjacent colors should look different)
What are 'adjacent colors'?
What's a good way to choose 15 colors? Or 20 colors? Or more?
(adjacent colors should look different)
On Tue, 2 Jul 2024 07:49:59 -0700, HenHanna wrote:
What's a good way to choose 15 colors? Or 20 colors? Or more?
(adjacent colors should look different)
Something like this <https://www.deviantart.com/default-cube/art/Related-Colours-726210156>, perhaps?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 08:57:17 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,060 |
Messages: | 6,416,667 |