Shades of Lilac #C188CA
Tints of Lilac #C188CA
RGB
CMYK
RGB Variations
Color information
#C188CA (or 0xC188CA) is known color: Lilac. HEX triplet: C1, 88 and CA. RGB value is (193,136,202). Sum of RGB (Red+Green+Blue) = 193+136+202=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 136 (53.52% from 255 or 25.61% 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 #C188CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188CA is #3E7735. Grayscale: #A0A0A0. Windows color (decimal): -4093750 or 13273281. OLE color: 13273281.
HSL color Cylindrical-coordinate representation of color #C188CA: hue angle of 291.82º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C188CA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 136 | 202 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.21 |
| HSL | 291.82º | 0.38% | 0.66% | - |
| HSV(B) | 291.82º | 0.33% | 0.79% | - |
| XYZ | 41.46 | 33.21 | 60.1 | - |
| YUV | 160.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 202 | 0.04 | 0.33 | 0 | 0.21 | 291.82 | 0.38 | 0.66 |
| Hex | C1 | 88 | CA | 4 | 21 | 0 | 15 | 124 | 26 | 42 |
| Octal | 301 | 210 | 312 | 4 | 41 | 0 | 25 | 444 | 46 | 102 |
| Binary | 11000001 | 10001000 | 11001010 | 100 | 100001 | 0 | 10101 | 100100100 | 100110 | 1000010 |
Color Harmonies of #C188CA
Complementary color
Monochromatic Colors of #C188CA
Black with #C188CA
Text Example
Text Example
White with #C188CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188CA; }
p { color: rgb(193,136,202); }
H1.HeaderClassName
{
color: #C188CA;
}
.AnyTagClassName
{
color: #C188CA;
}
</style>
background-color css
<style>
a { background-color: #C188CA; }
a { background-color: rgb(193,136,202); }
div.DivClassName
{
background-color: #C188CA;
}
.BgClassName
{
background-color: #C188CA;
}
</style>
border-color css
<style>
span { border-color: #C188CA; }
span { border-color: rgb(193,136,202); }
td.TdClassName
{
border-color: #C188CA;
}
.TagClassName
{
border-color: #C188CA;
}
</style>