Shades of Lilac #CA88CC
Tints of Lilac #CA88CC
RGB
CMYK
RGB Variations
Color information
#CA88CC (or 0xCA88CC) is known color: Lilac. HEX triplet: CA, 88 and CC. RGB value is (202,136,204). Sum of RGB (Red+Green+Blue) = 202+136+204=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88CC is #357733. Grayscale: #A3A3A3. Windows color (decimal): -3503924 or 13404362. OLE color: 13404362.
HSL color Cylindrical-coordinate representation of color #CA88CC: hue angle of 298.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA88CC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 136 | 204 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.2 |
| HSL | 298.24º | 0.4% | 0.67% | - |
| HSV(B) | 298.24º | 0.33% | 0.8% | - |
| XYZ | 44.06 | 34.52 | 61.47 | - |
| YUV | 163.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 204 | 0.01 | 0.33 | 0 | 0.2 | 298.24 | 0.4 | 0.67 |
| Hex | CA | 88 | CC | 1 | 21 | 0 | 14 | 12A | 28 | 43 |
| Octal | 312 | 210 | 314 | 1 | 41 | 0 | 24 | 452 | 50 | 103 |
| Binary | 11001010 | 10001000 | 11001100 | 1 | 100001 | 0 | 10100 | 100101010 | 101000 | 1000011 |
Color Harmonies of #CA88CC
Complementary color
Monochromatic Colors of #CA88CC
Black with #CA88CC
Text Example
Text Example
White with #CA88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88CC; }
p { color: rgb(202,136,204); }
H1.HeaderClassName
{
color: #CA88CC;
}
.AnyTagClassName
{
color: #CA88CC;
}
</style>
background-color css
<style>
a { background-color: #CA88CC; }
a { background-color: rgb(202,136,204); }
div.DivClassName
{
background-color: #CA88CC;
}
.BgClassName
{
background-color: #CA88CC;
}
</style>
border-color css
<style>
span { border-color: #CA88CC; }
span { border-color: rgb(202,136,204); }
td.TdClassName
{
border-color: #CA88CC;
}
.TagClassName
{
border-color: #CA88CC;
}
</style>