Shades of Lilac #C188C0
Tints of Lilac #C188C0
RGB
CMYK
RGB Variations
Color information
#C188C0 (or 0xC188C0) is known color: Lilac. HEX triplet: C1, 88 and C0. RGB value is (193,136,192). Sum of RGB (Red+Green+Blue) = 193+136+192=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C188C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188C0 is #3E773F. Grayscale: #9F9F9F. Windows color (decimal): -4093760 or 12617921. OLE color: 12617921.
HSL color Cylindrical-coordinate representation of color #C188C0: hue angle of 301.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188C0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 192 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.24 |
| HSL | 301.05º | 0.31% | 0.65% | - |
| HSV(B) | 301.05º | 0.3% | 0.76% | - |
| XYZ | 40.31 | 32.75 | 54.07 | - |
| YUV | 159.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 192 | 0 | 0.30 | 0.01 | 0.24 | 301.05 | 0.31 | 0.65 |
| Hex | C1 | 88 | C0 | 0 | 1E | 1 | 18 | 12D | 1F | 41 |
| Octal | 301 | 210 | 300 | 0 | 36 | 1 | 30 | 455 | 37 | 101 |
| Binary | 11000001 | 10001000 | 11000000 | 0 | 11110 | 1 | 11000 | 100101101 | 11111 | 1000001 |
Color Harmonies of #C188C0
Complementary color
Monochromatic Colors of #C188C0
Black with #C188C0
Text Example
Text Example
White with #C188C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188C0; }
p { color: rgb(193,136,192); }
H1.HeaderClassName
{
color: #C188C0;
}
.AnyTagClassName
{
color: #C188C0;
}
</style>
background-color css
<style>
a { background-color: #C188C0; }
a { background-color: rgb(193,136,192); }
div.DivClassName
{
background-color: #C188C0;
}
.BgClassName
{
background-color: #C188C0;
}
</style>
border-color css
<style>
span { border-color: #C188C0; }
span { border-color: rgb(193,136,192); }
td.TdClassName
{
border-color: #C188C0;
}
.TagClassName
{
border-color: #C188C0;
}
</style>