Shades of Lilac #CA9CC0
Tints of Lilac #CA9CC0
RGB
CMYK
RGB Variations
Color information
#CA9CC0 (or 0xCA9CC0) is known color: Lilac. HEX triplet: CA, 9C and C0. RGB value is (202,156,192). Sum of RGB (Red+Green+Blue) = 202+156+192=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CC0 is #35633F. Grayscale: #ADADAD. Windows color (decimal): -3498816 or 12623050. OLE color: 12623050.
HSL color Cylindrical-coordinate representation of color #CA9CC0: hue angle of 313.04º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9CC0 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 192 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.21 |
| HSL | 313.04º | 0.3% | 0.7% | - |
| HSV(B) | 313.04º | 0.23% | 0.79% | - |
| XYZ | 45.76 | 40.14 | 55.21 | - |
| YUV | 173.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 192 | 0 | 0.23 | 0.05 | 0.21 | 313.04 | 0.3 | 0.7 |
| Hex | CA | 9C | C0 | 0 | 17 | 5 | 15 | 139 | 1E | 46 |
| Octal | 312 | 234 | 300 | 0 | 27 | 5 | 25 | 471 | 36 | 106 |
| Binary | 11001010 | 10011100 | 11000000 | 0 | 10111 | 101 | 10101 | 100111001 | 11110 | 1000110 |
Color Harmonies of #CA9CC0
Complementary color
Monochromatic Colors of #CA9CC0
Black with #CA9CC0
Text Example
Text Example
White with #CA9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CC0; }
p { color: rgb(202,156,192); }
H1.HeaderClassName
{
color: #CA9CC0;
}
.AnyTagClassName
{
color: #CA9CC0;
}
</style>
background-color css
<style>
a { background-color: #CA9CC0; }
a { background-color: rgb(202,156,192); }
div.DivClassName
{
background-color: #CA9CC0;
}
.BgClassName
{
background-color: #CA9CC0;
}
</style>
border-color css
<style>
span { border-color: #CA9CC0; }
span { border-color: rgb(202,156,192); }
td.TdClassName
{
border-color: #CA9CC0;
}
.TagClassName
{
border-color: #CA9CC0;
}
</style>