Shades of Lilac #CA96CC
Tints of Lilac #CA96CC
RGB
CMYK
RGB Variations
Color information
#CA96CC (or 0xCA96CC) is known color: Lilac. HEX triplet: CA, 96 and CC. RGB value is (202,150,204). Sum of RGB (Red+Green+Blue) = 202+150+204=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96CC is #356933. Grayscale: #ABABAB. Windows color (decimal): -3500340 or 13407946. OLE color: 13407946.
HSL color Cylindrical-coordinate representation of color #CA96CC: hue angle of 297.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA96CC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 150 | 204 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.2 |
| HSL | 297.78º | 0.35% | 0.69% | - |
| HSV(B) | 297.78º | 0.26% | 0.8% | - |
| XYZ | 46.16 | 38.73 | 62.17 | - |
| YUV | 171.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 204 | 0.01 | 0.26 | 0 | 0.2 | 297.78 | 0.35 | 0.69 |
| Hex | CA | 96 | CC | 1 | 1A | 0 | 14 | 12A | 23 | 45 |
| Octal | 312 | 226 | 314 | 1 | 32 | 0 | 24 | 452 | 43 | 105 |
| Binary | 11001010 | 10010110 | 11001100 | 1 | 11010 | 0 | 10100 | 100101010 | 100011 | 1000101 |
Color Harmonies of #CA96CC
Complementary color
Monochromatic Colors of #CA96CC
Black with #CA96CC
Text Example
Text Example
White with #CA96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96CC; }
p { color: rgb(202,150,204); }
H1.HeaderClassName
{
color: #CA96CC;
}
.AnyTagClassName
{
color: #CA96CC;
}
</style>
background-color css
<style>
a { background-color: #CA96CC; }
a { background-color: rgb(202,150,204); }
div.DivClassName
{
background-color: #CA96CC;
}
.BgClassName
{
background-color: #CA96CC;
}
</style>
border-color css
<style>
span { border-color: #CA96CC; }
span { border-color: rgb(202,150,204); }
td.TdClassName
{
border-color: #CA96CC;
}
.TagClassName
{
border-color: #CA96CC;
}
</style>