Shades of Lilac #CA90CC
Tints of Lilac #CA90CC
RGB
CMYK
RGB Variations
Color information
#CA90CC (or 0xCA90CC) is known color: Lilac. HEX triplet: CA, 90 and CC. RGB value is (202,144,204). Sum of RGB (Red+Green+Blue) = 202+144+204=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CC is #356F33. Grayscale: #A8A8A8. Windows color (decimal): -3501876 or 13406410. OLE color: 13406410.
HSL color Cylindrical-coordinate representation of color #CA90CC: hue angle of 298º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90CC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 144 | 204 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.2 |
| HSL | 298º | 0.37% | 0.68% | - |
| HSV(B) | 298º | 0.29% | 0.8% | - |
| XYZ | 45.23 | 36.86 | 61.86 | - |
| YUV | 168.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 204 | 0.01 | 0.29 | 0 | 0.2 | 298 | 0.37 | 0.68 |
| Hex | CA | 90 | CC | 1 | 1D | 0 | 14 | 12A | 25 | 44 |
| Octal | 312 | 220 | 314 | 1 | 35 | 0 | 24 | 452 | 45 | 104 |
| Binary | 11001010 | 10010000 | 11001100 | 1 | 11101 | 0 | 10100 | 100101010 | 100101 | 1000100 |
Color Harmonies of #CA90CC
Complementary color
Monochromatic Colors of #CA90CC
Black with #CA90CC
Text Example
Text Example
White with #CA90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90CC; }
p { color: rgb(202,144,204); }
H1.HeaderClassName
{
color: #CA90CC;
}
.AnyTagClassName
{
color: #CA90CC;
}
</style>
background-color css
<style>
a { background-color: #CA90CC; }
a { background-color: rgb(202,144,204); }
div.DivClassName
{
background-color: #CA90CC;
}
.BgClassName
{
background-color: #CA90CC;
}
</style>
border-color css
<style>
span { border-color: #CA90CC; }
span { border-color: rgb(202,144,204); }
td.TdClassName
{
border-color: #CA90CC;
}
.TagClassName
{
border-color: #CA90CC;
}
</style>