Shades of Lilac #C089CA
Tints of Lilac #C089CA
RGB
CMYK
RGB Variations
Color information
#C089CA (or 0xC089CA) is known color: Lilac. HEX triplet: C0, 89 and CA. RGB value is (192,137,202). Sum of RGB (Red+Green+Blue) = 192+137+202=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C089CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089CA is #3F7635. Grayscale: #A0A0A0. Windows color (decimal): -4159030 or 13273536. OLE color: 13273536.
HSL color Cylindrical-coordinate representation of color #C089CA: hue angle of 290.77º 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 #C089CA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 137 | 202 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.21 |
| HSL | 290.77º | 0.38% | 0.66% | - |
| HSV(B) | 290.77º | 0.32% | 0.79% | - |
| XYZ | 41.34 | 33.36 | 60.14 | - |
| YUV | 160.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 202 | 0.05 | 0.32 | 0 | 0.21 | 290.77 | 0.38 | 0.66 |
| Hex | C0 | 89 | CA | 5 | 20 | 0 | 15 | 123 | 26 | 42 |
| Octal | 300 | 211 | 312 | 5 | 40 | 0 | 25 | 443 | 46 | 102 |
| Binary | 11000000 | 10001001 | 11001010 | 101 | 100000 | 0 | 10101 | 100100011 | 100110 | 1000010 |
Color Harmonies of #C089CA
Complementary color
Monochromatic Colors of #C089CA
Black with #C089CA
Text Example
Text Example
White with #C089CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089CA; }
p { color: rgb(192,137,202); }
H1.HeaderClassName
{
color: #C089CA;
}
.AnyTagClassName
{
color: #C089CA;
}
</style>
background-color css
<style>
a { background-color: #C089CA; }
a { background-color: rgb(192,137,202); }
div.DivClassName
{
background-color: #C089CA;
}
.BgClassName
{
background-color: #C089CA;
}
</style>
border-color css
<style>
span { border-color: #C089CA; }
span { border-color: rgb(192,137,202); }
td.TdClassName
{
border-color: #C089CA;
}
.TagClassName
{
border-color: #C089CA;
}
</style>