Shades of Lilac #CA96CE
Tints of Lilac #CA96CE
RGB
CMYK
RGB Variations
Color information
#CA96CE (or 0xCA96CE) is known color: Lilac. HEX triplet: CA, 96 and CE. RGB value is (202,150,206). Sum of RGB (Red+Green+Blue) = 202+150+206=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96CE is #356931. Grayscale: #ABABAB. Windows color (decimal): -3500338 or 13539018. OLE color: 13539018.
HSL color Cylindrical-coordinate representation of color #CA96CE: hue angle of 295.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA96CE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 150 | 206 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.19 |
| HSL | 295.71º | 0.36% | 0.7% | - |
| HSV(B) | 295.71º | 0.27% | 0.81% | - |
| XYZ | 46.4 | 38.83 | 63.44 | - |
| YUV | 171.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 206 | 0.02 | 0.27 | 0 | 0.19 | 295.71 | 0.36 | 0.7 |
| Hex | CA | 96 | CE | 2 | 1B | 0 | 13 | 128 | 24 | 46 |
| Octal | 312 | 226 | 316 | 2 | 33 | 0 | 23 | 450 | 44 | 106 |
| Binary | 11001010 | 10010110 | 11001110 | 10 | 11011 | 0 | 10011 | 100101000 | 100100 | 1000110 |
Color Harmonies of #CA96CE
Complementary color
Monochromatic Colors of #CA96CE
Black with #CA96CE
Text Example
Text Example
White with #CA96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96CE; }
p { color: rgb(202,150,206); }
H1.HeaderClassName
{
color: #CA96CE;
}
.AnyTagClassName
{
color: #CA96CE;
}
</style>
background-color css
<style>
a { background-color: #CA96CE; }
a { background-color: rgb(202,150,206); }
div.DivClassName
{
background-color: #CA96CE;
}
.BgClassName
{
background-color: #CA96CE;
}
</style>
border-color css
<style>
span { border-color: #CA96CE; }
span { border-color: rgb(202,150,206); }
td.TdClassName
{
border-color: #CA96CE;
}
.TagClassName
{
border-color: #CA96CE;
}
</style>