CSS notation
Use this for all CSS properties that accept a color as a value: color, background-color, border-color
#df73ff
rgb(223,115,255)
hsl(286, 100%, 73%)
Color spaces
Names and values for each color representation
HSL | |
---|---|
Hue | 286.29° |
Saturation | 100% |
Lightness | 72.55% |
HSV / HSB | |
---|---|
Hue | 286.29° |
Saturation | 54.9% |
Value / Brightness | 100% |
RGB | |
---|---|
Red | 87.45% |
Green | 45.1% |
Blue | 100% |
CMYK | |
---|---|
Cyan | 12.55% |
Magenta | 54.9% |
Yellow | 0% |
Black | 0% |
YCbCr | |
---|---|
Y | 0.64 |
Cb | 0.2 |
Cr | 0.17 |
Nearest Colors Name
Most similar colors in standard
Color Harmonies
Schemes of colors that work well together
Adjacent / Analogous / Analogic
Pleasing and harmonious to the eye, they can be found in nature.
Tints, Shades, and Tones
Tints
A tint is obtained by adding white to a color. This process reduces darkness.
Shades
A shade is obtained by adding black to a color. This process increases darkness.