COLORS

List of main colors and their different values.

⚠️ Please disable Dark Reader on this page!

MONOCHROME

HUE

COLOR PALETTE, % = HSL Lightness
05% 10% 15% 20% 25% 30% 35% 40% 45% 50% 55% 60% 65% 70% 75% 80% 85% 90% 95% 05% 10% 15% 20% 25% 30% 35% 40% 45% 50% 55% 60% 65% 70% 75% 80% 85% 90% 95%
COLOR PALETTE RAINBOW

The rainbow has no definite number of physical colours, but seven are traditionally listed. Below is a commonly used list of seven colors in the order seen in a rainbow. Computer screens cannot show them precisely but can make colors that look similar.

The Rainbow colors are: Red, Orange, Yellow, Green, Blue, Indigo, Violet.


Variant


Simplified

COLOR SYNTAX IN CSS Exemples of half-transparent red:
Hexadecimal (RRGGBBAA): #ff000080
HSL: hsla(0, 100%, 50%, 50%) = hsl( 0 100% 50% / .5)
RGB: rgba(255, 0, 0, 50%) = rgb( 255 0 0 / .5) = rgb( 100% 0% 0% / 50%)
% → HEX VALUE 000% → 00
005% → 0D
010% → 1A
015% → 26
020% → 33
025% → 40
030% → 4D
035% → 59
040% → 66
045% → 73
050% → 80
055% → 8C
060% → 99
065% → A6
070% → B3
075% → BF
080% → CC
085% → D9
090% → E6
095% → F2
100% → FF

FF is number written in hex mode. That number represent 255 in decimal. For example, if you want 42% to calculate you need to find 42% of numbeer 255 and convert that number to hex. 255 * 0.42 ~= 107 107 to hex is "6B
-- maleta (2016-12-27 10:32:28Z, License: CC BY-SA 3.0)
source
LINKS

Various links to useful resources.