Shades of Lilac #CA90C1
Tints of Lilac #CA90C1
RGB
CMYK
RGB Variations
Color information
#CA90C1 (or 0xCA90C1) is known color: Lilac. HEX triplet: CA, 90 and C1. RGB value is (202,144,193). Sum of RGB (Red+Green+Blue) = 202+144+193=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90C1 is #356F3E. Grayscale: #A6A6A6. Windows color (decimal): -3501887 or 12685514. OLE color: 12685514.
HSL color Cylindrical-coordinate representation of color #CA90C1: hue angle of 309.31º 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 #CA90C1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 193 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.21 |
| HSL | 309.31º | 0.35% | 0.68% | - |
| HSV(B) | 309.31º | 0.29% | 0.79% | - |
| XYZ | 43.96 | 36.35 | 55.15 | - |
| YUV | 166.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 193 | 0 | 0.29 | 0.04 | 0.21 | 309.31 | 0.35 | 0.68 |
| Hex | CA | 90 | C1 | 0 | 1D | 4 | 15 | 135 | 23 | 44 |
| Octal | 312 | 220 | 301 | 0 | 35 | 4 | 25 | 465 | 43 | 104 |
| Binary | 11001010 | 10010000 | 11000001 | 0 | 11101 | 100 | 10101 | 100110101 | 100011 | 1000100 |
Color Harmonies of #CA90C1
Complementary color
Monochromatic Colors of #CA90C1
Black with #CA90C1
Text Example
Text Example
White with #CA90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90C1; }
p { color: rgb(202,144,193); }
H1.HeaderClassName
{
color: #CA90C1;
}
.AnyTagClassName
{
color: #CA90C1;
}
</style>
background-color css
<style>
a { background-color: #CA90C1; }
a { background-color: rgb(202,144,193); }
div.DivClassName
{
background-color: #CA90C1;
}
.BgClassName
{
background-color: #CA90C1;
}
</style>
border-color css
<style>
span { border-color: #CA90C1; }
span { border-color: rgb(202,144,193); }
td.TdClassName
{
border-color: #CA90C1;
}
.TagClassName
{
border-color: #CA90C1;
}
</style>