Shades of Lilac #CA89C8
Tints of Lilac #CA89C8
RGB
CMYK
RGB Variations
Color information
#CA89C8 (or 0xCA89C8) is known color: Lilac. HEX triplet: CA, 89 and C8. RGB value is (202,137,200). Sum of RGB (Red+Green+Blue) = 202+137+200=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA89C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89C8 is #357637. Grayscale: #A3A3A3. Windows color (decimal): -3503672 or 13142474. OLE color: 13142474.
HSL color Cylindrical-coordinate representation of color #CA89C8: hue angle of 301.85º 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 #CA89C8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 200 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.21 |
| HSL | 301.85º | 0.38% | 0.66% | - |
| HSV(B) | 301.85º | 0.32% | 0.79% | - |
| XYZ | 43.73 | 34.62 | 59.02 | - |
| YUV | 163.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 200 | 0 | 0.32 | 0.01 | 0.21 | 301.85 | 0.38 | 0.66 |
| Hex | CA | 89 | C8 | 0 | 20 | 1 | 15 | 12E | 26 | 42 |
| Octal | 312 | 211 | 310 | 0 | 40 | 1 | 25 | 456 | 46 | 102 |
| Binary | 11001010 | 10001001 | 11001000 | 0 | 100000 | 1 | 10101 | 100101110 | 100110 | 1000010 |
Color Harmonies of #CA89C8
Complementary color
Monochromatic Colors of #CA89C8
Black with #CA89C8
Text Example
Text Example
White with #CA89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89C8; }
p { color: rgb(202,137,200); }
H1.HeaderClassName
{
color: #CA89C8;
}
.AnyTagClassName
{
color: #CA89C8;
}
</style>
background-color css
<style>
a { background-color: #CA89C8; }
a { background-color: rgb(202,137,200); }
div.DivClassName
{
background-color: #CA89C8;
}
.BgClassName
{
background-color: #CA89C8;
}
</style>
border-color css
<style>
span { border-color: #CA89C8; }
span { border-color: rgb(202,137,200); }
td.TdClassName
{
border-color: #CA89C8;
}
.TagClassName
{
border-color: #CA89C8;
}
</style>