Shades of Lilac #C189CA
Tints of Lilac #C189CA
RGB
CMYK
RGB Variations
Color information
#C189CA (or 0xC189CA) is known color: Lilac. HEX triplet: C1, 89 and CA. RGB value is (193,137,202). Sum of RGB (Red+Green+Blue) = 193+137+202=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C189CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189CA is #3E7635. Grayscale: #A0A0A0. Windows color (decimal): -4093494 or 13273537. OLE color: 13273537.
HSL color Cylindrical-coordinate representation of color #C189CA: hue angle of 291.69º 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 #C189CA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 137 | 202 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.21 |
| HSL | 291.69º | 0.38% | 0.66% | - |
| HSV(B) | 291.69º | 0.32% | 0.79% | - |
| XYZ | 41.6 | 33.49 | 60.15 | - |
| YUV | 161.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 202 | 0.04 | 0.32 | 0 | 0.21 | 291.69 | 0.38 | 0.66 |
| Hex | C1 | 89 | CA | 4 | 20 | 0 | 15 | 124 | 26 | 42 |
| Octal | 301 | 211 | 312 | 4 | 40 | 0 | 25 | 444 | 46 | 102 |
| Binary | 11000001 | 10001001 | 11001010 | 100 | 100000 | 0 | 10101 | 100100100 | 100110 | 1000010 |
Color Harmonies of #C189CA
Complementary color
Monochromatic Colors of #C189CA
Black with #C189CA
Text Example
Text Example
White with #C189CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189CA; }
p { color: rgb(193,137,202); }
H1.HeaderClassName
{
color: #C189CA;
}
.AnyTagClassName
{
color: #C189CA;
}
</style>
background-color css
<style>
a { background-color: #C189CA; }
a { background-color: rgb(193,137,202); }
div.DivClassName
{
background-color: #C189CA;
}
.BgClassName
{
background-color: #C189CA;
}
</style>
border-color css
<style>
span { border-color: #C189CA; }
span { border-color: rgb(193,137,202); }
td.TdClassName
{
border-color: #C189CA;
}
.TagClassName
{
border-color: #C189CA;
}
</style>