Shades of Lilac #CA90C3
Tints of Lilac #CA90C3
RGB
CMYK
RGB Variations
Color information
#CA90C3 (or 0xCA90C3) is known color: Lilac. HEX triplet: CA, 90 and C3. RGB value is (202,144,195). Sum of RGB (Red+Green+Blue) = 202+144+195=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90C3 is #356F3C. Grayscale: #A7A7A7. Windows color (decimal): -3501885 or 12816586. OLE color: 12816586.
HSL color Cylindrical-coordinate representation of color #CA90C3: hue angle of 307.24º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90C3 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 195 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.21 |
| HSL | 307.24º | 0.35% | 0.68% | - |
| HSV(B) | 307.24º | 0.29% | 0.79% | - |
| XYZ | 44.18 | 36.44 | 56.34 | - |
| YUV | 167.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 195 | 0 | 0.29 | 0.03 | 0.21 | 307.24 | 0.35 | 0.68 |
| Hex | CA | 90 | C3 | 0 | 1D | 3 | 15 | 133 | 23 | 44 |
| Octal | 312 | 220 | 303 | 0 | 35 | 3 | 25 | 463 | 43 | 104 |
| Binary | 11001010 | 10010000 | 11000011 | 0 | 11101 | 11 | 10101 | 100110011 | 100011 | 1000100 |
Color Harmonies of #CA90C3
Complementary color
Monochromatic Colors of #CA90C3
Black with #CA90C3
Text Example
Text Example
White with #CA90C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90C3; }
p { color: rgb(202,144,195); }
H1.HeaderClassName
{
color: #CA90C3;
}
.AnyTagClassName
{
color: #CA90C3;
}
</style>
background-color css
<style>
a { background-color: #CA90C3; }
a { background-color: rgb(202,144,195); }
div.DivClassName
{
background-color: #CA90C3;
}
.BgClassName
{
background-color: #CA90C3;
}
</style>
border-color css
<style>
span { border-color: #CA90C3; }
span { border-color: rgb(202,144,195); }
td.TdClassName
{
border-color: #CA90C3;
}
.TagClassName
{
border-color: #CA90C3;
}
</style>