Shades of Lilac #CA89CA
Tints of Lilac #CA89CA
RGB
CMYK
RGB Variations
Color information
#CA89CA (or 0xCA89CA) is known color: Lilac. HEX triplet: CA, 89 and CA. RGB value is (202,137,202). Sum of RGB (Red+Green+Blue) = 202+137+202=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89CA is #357635. Grayscale: #A3A3A3. Windows color (decimal): -3503670 or 13273546. OLE color: 13273546.
HSL color Cylindrical-coordinate representation of color #CA89CA: hue angle of 300º 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 #CA89CA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 202 | - |
| CMYK | 0 | 0.32 | 0 | 0.21 |
| HSL | 300º | 0.38% | 0.66% | - |
| HSV(B) | 300º | 0.32% | 0.79% | - |
| XYZ | 43.96 | 34.71 | 60.26 | - |
| YUV | 163.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 202 | 0 | 0.32 | 0 | 0.21 | 300 | 0.38 | 0.66 |
| Hex | CA | 89 | CA | 0 | 20 | 0 | 15 | 12C | 26 | 42 |
| Octal | 312 | 211 | 312 | 0 | 40 | 0 | 25 | 454 | 46 | 102 |
| Binary | 11001010 | 10001001 | 11001010 | 0 | 100000 | 0 | 10101 | 100101100 | 100110 | 1000010 |
Color Harmonies of #CA89CA
Complementary color
Monochromatic Colors of #CA89CA
Black with #CA89CA
Text Example
Text Example
White with #CA89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89CA; }
p { color: rgb(202,137,202); }
H1.HeaderClassName
{
color: #CA89CA;
}
.AnyTagClassName
{
color: #CA89CA;
}
</style>
background-color css
<style>
a { background-color: #CA89CA; }
a { background-color: rgb(202,137,202); }
div.DivClassName
{
background-color: #CA89CA;
}
.BgClassName
{
background-color: #CA89CA;
}
</style>
border-color css
<style>
span { border-color: #CA89CA; }
span { border-color: rgb(202,137,202); }
td.TdClassName
{
border-color: #CA89CA;
}
.TagClassName
{
border-color: #CA89CA;
}
</style>