Shades of Lilac #C188CB
Tints of Lilac #C188CB
RGB
CMYK
RGB Variations
Color information
#C188CB (or 0xC188CB) is known color: Lilac. HEX triplet: C1, 88 and CB. RGB value is (193,136,203). Sum of RGB (Red+Green+Blue) = 193+136+203=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C188CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188CB is #3E7734. Grayscale: #A0A0A0. Windows color (decimal): -4093749 or 13338817. OLE color: 13338817.
HSL color Cylindrical-coordinate representation of color #C188CB: hue angle of 291.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C188CB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 136 | 203 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.20 |
| HSL | 291.04º | 0.39% | 0.66% | - |
| HSV(B) | 291.04º | 0.33% | 0.8% | - |
| XYZ | 41.58 | 33.26 | 60.73 | - |
| YUV | 160.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 203 | 0.05 | 0.33 | 0 | 0.20 | 291.04 | 0.39 | 0.66 |
| Hex | C1 | 88 | CB | 5 | 21 | 0 | 14 | 123 | 27 | 42 |
| Octal | 301 | 210 | 313 | 5 | 41 | 0 | 24 | 443 | 47 | 102 |
| Binary | 11000001 | 10001000 | 11001011 | 101 | 100001 | 0 | 10100 | 100100011 | 100111 | 1000010 |
Color Harmonies of #C188CB
Complementary color
Monochromatic Colors of #C188CB
Black with #C188CB
Text Example
Text Example
White with #C188CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188CB; }
p { color: rgb(193,136,203); }
H1.HeaderClassName
{
color: #C188CB;
}
.AnyTagClassName
{
color: #C188CB;
}
</style>
background-color css
<style>
a { background-color: #C188CB; }
a { background-color: rgb(193,136,203); }
div.DivClassName
{
background-color: #C188CB;
}
.BgClassName
{
background-color: #C188CB;
}
</style>
border-color css
<style>
span { border-color: #C188CB; }
span { border-color: rgb(193,136,203); }
td.TdClassName
{
border-color: #C188CB;
}
.TagClassName
{
border-color: #C188CB;
}
</style>