Shades of Lilac #CA89C2
Tints of Lilac #CA89C2
RGB
CMYK
RGB Variations
Color information
#CA89C2 (or 0xCA89C2) is known color: Lilac. HEX triplet: CA, 89 and C2. RGB value is (202,137,194). Sum of RGB (Red+Green+Blue) = 202+137+194=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89C2 is #35763D. Grayscale: #A2A2A2. Windows color (decimal): -3503678 or 12749258. OLE color: 12749258.
HSL color Cylindrical-coordinate representation of color #CA89C2: hue angle of 307.38º 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 #CA89C2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 194 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.21 |
| HSL | 307.38º | 0.38% | 0.66% | - |
| HSV(B) | 307.38º | 0.32% | 0.79% | - |
| XYZ | 43.04 | 34.34 | 55.4 | - |
| YUV | 162.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 194 | 0 | 0.32 | 0.04 | 0.21 | 307.38 | 0.38 | 0.66 |
| Hex | CA | 89 | C2 | 0 | 20 | 4 | 15 | 133 | 26 | 42 |
| Octal | 312 | 211 | 302 | 0 | 40 | 4 | 25 | 463 | 46 | 102 |
| Binary | 11001010 | 10001001 | 11000010 | 0 | 100000 | 100 | 10101 | 100110011 | 100110 | 1000010 |
Color Harmonies of #CA89C2
Complementary color
Monochromatic Colors of #CA89C2
Black with #CA89C2
Text Example
Text Example
White with #CA89C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89C2; }
p { color: rgb(202,137,194); }
H1.HeaderClassName
{
color: #CA89C2;
}
.AnyTagClassName
{
color: #CA89C2;
}
</style>
background-color css
<style>
a { background-color: #CA89C2; }
a { background-color: rgb(202,137,194); }
div.DivClassName
{
background-color: #CA89C2;
}
.BgClassName
{
background-color: #CA89C2;
}
</style>
border-color css
<style>
span { border-color: #CA89C2; }
span { border-color: rgb(202,137,194); }
td.TdClassName
{
border-color: #CA89C2;
}
.TagClassName
{
border-color: #CA89C2;
}
</style>