Shades of Lilac #CA88C7
Tints of Lilac #CA88C7
RGB
CMYK
RGB Variations
Color information
#CA88C7 (or 0xCA88C7) is known color: Lilac. HEX triplet: CA, 88 and C7. RGB value is (202,136,199). Sum of RGB (Red+Green+Blue) = 202+136+199=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88C7 is #357738. Grayscale: #A2A2A2. Windows color (decimal): -3503929 or 13076682. OLE color: 13076682.
HSL color Cylindrical-coordinate representation of color #CA88C7: hue angle of 302.73º 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 #CA88C7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 199 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.21 |
| HSL | 302.73º | 0.38% | 0.66% | - |
| HSV(B) | 302.73º | 0.33% | 0.79% | - |
| XYZ | 43.47 | 34.29 | 58.36 | - |
| YUV | 162.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 199 | 0 | 0.33 | 0.01 | 0.21 | 302.73 | 0.38 | 0.66 |
| Hex | CA | 88 | C7 | 0 | 21 | 1 | 15 | 12F | 26 | 42 |
| Octal | 312 | 210 | 307 | 0 | 41 | 1 | 25 | 457 | 46 | 102 |
| Binary | 11001010 | 10001000 | 11000111 | 0 | 100001 | 1 | 10101 | 100101111 | 100110 | 1000010 |
Color Harmonies of #CA88C7
Complementary color
Monochromatic Colors of #CA88C7
Black with #CA88C7
Text Example
Text Example
White with #CA88C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88C7; }
p { color: rgb(202,136,199); }
H1.HeaderClassName
{
color: #CA88C7;
}
.AnyTagClassName
{
color: #CA88C7;
}
</style>
background-color css
<style>
a { background-color: #CA88C7; }
a { background-color: rgb(202,136,199); }
div.DivClassName
{
background-color: #CA88C7;
}
.BgClassName
{
background-color: #CA88C7;
}
</style>
border-color css
<style>
span { border-color: #CA88C7; }
span { border-color: rgb(202,136,199); }
td.TdClassName
{
border-color: #CA88C7;
}
.TagClassName
{
border-color: #CA88C7;
}
</style>