Shades of Lilac #CA88C3
Tints of Lilac #CA88C3
RGB
CMYK
RGB Variations
Color information
#CA88C3 (or 0xCA88C3) is known color: Lilac. HEX triplet: CA, 88 and C3. RGB value is (202,136,195). Sum of RGB (Red+Green+Blue) = 202+136+195=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88C3 is #35773C. Grayscale: #A2A2A2. Windows color (decimal): -3503933 or 12814538. OLE color: 12814538.
HSL color Cylindrical-coordinate representation of color #CA88C3: hue angle of 306.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA88C3 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 195 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.21 |
| HSL | 306.36º | 0.38% | 0.66% | - |
| HSV(B) | 306.36º | 0.33% | 0.79% | - |
| XYZ | 43.01 | 34.11 | 55.95 | - |
| YUV | 162.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 195 | 0 | 0.33 | 0.03 | 0.21 | 306.36 | 0.38 | 0.66 |
| Hex | CA | 88 | C3 | 0 | 21 | 3 | 15 | 132 | 26 | 42 |
| Octal | 312 | 210 | 303 | 0 | 41 | 3 | 25 | 462 | 46 | 102 |
| Binary | 11001010 | 10001000 | 11000011 | 0 | 100001 | 11 | 10101 | 100110010 | 100110 | 1000010 |
Color Harmonies of #CA88C3
Complementary color
Monochromatic Colors of #CA88C3
Black with #CA88C3
Text Example
Text Example
White with #CA88C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88C3; }
p { color: rgb(202,136,195); }
H1.HeaderClassName
{
color: #CA88C3;
}
.AnyTagClassName
{
color: #CA88C3;
}
</style>
background-color css
<style>
a { background-color: #CA88C3; }
a { background-color: rgb(202,136,195); }
div.DivClassName
{
background-color: #CA88C3;
}
.BgClassName
{
background-color: #CA88C3;
}
</style>
border-color css
<style>
span { border-color: #CA88C3; }
span { border-color: rgb(202,136,195); }
td.TdClassName
{
border-color: #CA88C3;
}
.TagClassName
{
border-color: #CA88C3;
}
</style>