Shades of Lilac #CA96C6
Tints of Lilac #CA96C6
RGB
CMYK
RGB Variations
Color information
#CA96C6 (or 0xCA96C6) is known color: Lilac. HEX triplet: CA, 96 and C6. RGB value is (202,150,198). Sum of RGB (Red+Green+Blue) = 202+150+198=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CA96C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96C6 is #356939. Grayscale: #AAAAAA. Windows color (decimal): -3500346 or 13014730. OLE color: 13014730.
HSL color Cylindrical-coordinate representation of color #CA96C6: hue angle of 304.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96C6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 198 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.21 |
| HSL | 304.62º | 0.33% | 0.69% | - |
| HSV(B) | 304.62º | 0.26% | 0.79% | - |
| XYZ | 45.46 | 38.45 | 58.45 | - |
| YUV | 171.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 198 | 0 | 0.26 | 0.02 | 0.21 | 304.62 | 0.33 | 0.69 |
| Hex | CA | 96 | C6 | 0 | 1A | 2 | 15 | 131 | 21 | 45 |
| Octal | 312 | 226 | 306 | 0 | 32 | 2 | 25 | 461 | 41 | 105 |
| Binary | 11001010 | 10010110 | 11000110 | 0 | 11010 | 10 | 10101 | 100110001 | 100001 | 1000101 |
Color Harmonies of #CA96C6
Complementary color
Monochromatic Colors of #CA96C6
Black with #CA96C6
Text Example
Text Example
White with #CA96C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96C6; }
p { color: rgb(202,150,198); }
H1.HeaderClassName
{
color: #CA96C6;
}
.AnyTagClassName
{
color: #CA96C6;
}
</style>
background-color css
<style>
a { background-color: #CA96C6; }
a { background-color: rgb(202,150,198); }
div.DivClassName
{
background-color: #CA96C6;
}
.BgClassName
{
background-color: #CA96C6;
}
</style>
border-color css
<style>
span { border-color: #CA96C6; }
span { border-color: rgb(202,150,198); }
td.TdClassName
{
border-color: #CA96C6;
}
.TagClassName
{
border-color: #CA96C6;
}
</style>