Shades of Lilac #CA90CE
Tints of Lilac #CA90CE
RGB
CMYK
RGB Variations
Color information
#CA90CE (or 0xCA90CE) is known color: Lilac. HEX triplet: CA, 90 and CE. RGB value is (202,144,206). Sum of RGB (Red+Green+Blue) = 202+144+206=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CE is #356F31. Grayscale: #A8A8A8. Windows color (decimal): -3501874 or 13537482. OLE color: 13537482.
HSL color Cylindrical-coordinate representation of color #CA90CE: hue angle of 296.13º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA90CE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 144 | 206 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.19 |
| HSL | 296.13º | 0.39% | 0.69% | - |
| HSV(B) | 296.13º | 0.3% | 0.81% | - |
| XYZ | 45.47 | 36.96 | 63.13 | - |
| YUV | 168.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 206 | 0.02 | 0.30 | 0 | 0.19 | 296.13 | 0.39 | 0.69 |
| Hex | CA | 90 | CE | 2 | 1E | 0 | 13 | 128 | 27 | 45 |
| Octal | 312 | 220 | 316 | 2 | 36 | 0 | 23 | 450 | 47 | 105 |
| Binary | 11001010 | 10010000 | 11001110 | 10 | 11110 | 0 | 10011 | 100101000 | 100111 | 1000101 |
Color Harmonies of #CA90CE
Complementary color
Monochromatic Colors of #CA90CE
Black with #CA90CE
Text Example
Text Example
White with #CA90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90CE; }
p { color: rgb(202,144,206); }
H1.HeaderClassName
{
color: #CA90CE;
}
.AnyTagClassName
{
color: #CA90CE;
}
</style>
background-color css
<style>
a { background-color: #CA90CE; }
a { background-color: rgb(202,144,206); }
div.DivClassName
{
background-color: #CA90CE;
}
.BgClassName
{
background-color: #CA90CE;
}
</style>
border-color css
<style>
span { border-color: #CA90CE; }
span { border-color: rgb(202,144,206); }
td.TdClassName
{
border-color: #CA90CE;
}
.TagClassName
{
border-color: #CA90CE;
}
</style>