Shades of Lilac #CA9EC4
Tints of Lilac #CA9EC4
RGB
CMYK
RGB Variations
Color information
#CA9EC4 (or 0xCA9EC4) is known color: Lilac. HEX triplet: CA, 9E and C4. RGB value is (202,158,196). Sum of RGB (Red+Green+Blue) = 202+158+196=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EC4 is #35613B. Grayscale: #AFAFAF. Windows color (decimal): -3498300 or 12885706. OLE color: 12885706.
HSL color Cylindrical-coordinate representation of color #CA9EC4: hue angle of 308.18º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9EC4 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 196 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.21 |
| HSL | 308.18º | 0.29% | 0.71% | - |
| HSV(B) | 308.18º | 0.22% | 0.79% | - |
| XYZ | 46.55 | 41 | 57.68 | - |
| YUV | 175.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 196 | 0 | 0.22 | 0.03 | 0.21 | 308.18 | 0.29 | 0.71 |
| Hex | CA | 9E | C4 | 0 | 16 | 3 | 15 | 134 | 1D | 47 |
| Octal | 312 | 236 | 304 | 0 | 26 | 3 | 25 | 464 | 35 | 107 |
| Binary | 11001010 | 10011110 | 11000100 | 0 | 10110 | 11 | 10101 | 100110100 | 11101 | 1000111 |
Color Harmonies of #CA9EC4
Complementary color
Monochromatic Colors of #CA9EC4
Black with #CA9EC4
Text Example
Text Example
White with #CA9EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EC4; }
p { color: rgb(202,158,196); }
H1.HeaderClassName
{
color: #CA9EC4;
}
.AnyTagClassName
{
color: #CA9EC4;
}
</style>
background-color css
<style>
a { background-color: #CA9EC4; }
a { background-color: rgb(202,158,196); }
div.DivClassName
{
background-color: #CA9EC4;
}
.BgClassName
{
background-color: #CA9EC4;
}
</style>
border-color css
<style>
span { border-color: #CA9EC4; }
span { border-color: rgb(202,158,196); }
td.TdClassName
{
border-color: #CA9EC4;
}
.TagClassName
{
border-color: #CA9EC4;
}
</style>