Shades of Lilac #CA89CF
Tints of Lilac #CA89CF
RGB
CMYK
RGB Variations
Color information
#CA89CF (or 0xCA89CF) is known color: Lilac. HEX triplet: CA, 89 and CF. RGB value is (202,137,207). Sum of RGB (Red+Green+Blue) = 202+137+207=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89CF is #357630. Grayscale: #A4A4A4. Windows color (decimal): -3503665 or 13601226. OLE color: 13601226.
HSL color Cylindrical-coordinate representation of color #CA89CF: hue angle of 295.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA89CF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 137 | 207 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.19 |
| HSL | 295.71º | 0.42% | 0.67% | - |
| HSV(B) | 295.71º | 0.34% | 0.81% | - |
| XYZ | 44.57 | 34.95 | 63.43 | - |
| YUV | 164.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 207 | 0.02 | 0.34 | 0 | 0.19 | 295.71 | 0.42 | 0.67 |
| Hex | CA | 89 | CF | 2 | 22 | 0 | 13 | 128 | 2A | 43 |
| Octal | 312 | 211 | 317 | 2 | 42 | 0 | 23 | 450 | 52 | 103 |
| Binary | 11001010 | 10001001 | 11001111 | 10 | 100010 | 0 | 10011 | 100101000 | 101010 | 1000011 |
Color Harmonies of #CA89CF
Complementary color
Monochromatic Colors of #CA89CF
Black with #CA89CF
Text Example
Text Example
White with #CA89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89CF; }
p { color: rgb(202,137,207); }
H1.HeaderClassName
{
color: #CA89CF;
}
.AnyTagClassName
{
color: #CA89CF;
}
</style>
background-color css
<style>
a { background-color: #CA89CF; }
a { background-color: rgb(202,137,207); }
div.DivClassName
{
background-color: #CA89CF;
}
.BgClassName
{
background-color: #CA89CF;
}
</style>
border-color css
<style>
span { border-color: #CA89CF; }
span { border-color: rgb(202,137,207); }
td.TdClassName
{
border-color: #CA89CF;
}
.TagClassName
{
border-color: #CA89CF;
}
</style>