Shades of Lilac #CA89C0
Tints of Lilac #CA89C0
RGB
CMYK
RGB Variations
Color information
#CA89C0 (or 0xCA89C0) is known color: Lilac. HEX triplet: CA, 89 and C0. RGB value is (202,137,192). Sum of RGB (Red+Green+Blue) = 202+137+192=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89C0 is #35763F. Grayscale: #A2A2A2. Windows color (decimal): -3503680 or 12618186. OLE color: 12618186.
HSL color Cylindrical-coordinate representation of color #CA89C0: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA89C0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 192 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.21 |
| HSL | 309.23º | 0.38% | 0.66% | - |
| HSV(B) | 309.23º | 0.32% | 0.79% | - |
| XYZ | 42.82 | 34.25 | 54.22 | - |
| YUV | 162.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 192 | 0 | 0.32 | 0.05 | 0.21 | 309.23 | 0.38 | 0.66 |
| Hex | CA | 89 | C0 | 0 | 20 | 5 | 15 | 135 | 26 | 42 |
| Octal | 312 | 211 | 300 | 0 | 40 | 5 | 25 | 465 | 46 | 102 |
| Binary | 11001010 | 10001001 | 11000000 | 0 | 100000 | 101 | 10101 | 100110101 | 100110 | 1000010 |
Color Harmonies of #CA89C0
Complementary color
Monochromatic Colors of #CA89C0
Black with #CA89C0
Text Example
Text Example
White with #CA89C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89C0; }
p { color: rgb(202,137,192); }
H1.HeaderClassName
{
color: #CA89C0;
}
.AnyTagClassName
{
color: #CA89C0;
}
</style>
background-color css
<style>
a { background-color: #CA89C0; }
a { background-color: rgb(202,137,192); }
div.DivClassName
{
background-color: #CA89C0;
}
.BgClassName
{
background-color: #CA89C0;
}
</style>
border-color css
<style>
span { border-color: #CA89C0; }
span { border-color: rgb(202,137,192); }
td.TdClassName
{
border-color: #CA89C0;
}
.TagClassName
{
border-color: #CA89C0;
}
</style>