Shades of Lilac #C188BF
Tints of Lilac #C188BF
RGB
CMYK
RGB Variations
Color information
#C188BF (or 0xC188BF) is known color: Lilac. HEX triplet: C1, 88 and BF. RGB value is (193,136,191). Sum of RGB (Red+Green+Blue) = 193+136+191=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C188BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188BF is #3E7740. Grayscale: #9F9F9F. Windows color (decimal): -4093761 or 12552385. OLE color: 12552385.
HSL color Cylindrical-coordinate representation of color #C188BF: hue angle of 302.11º 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 #C188BF is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 191 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.24 |
| HSL | 302.11º | 0.31% | 0.65% | - |
| HSV(B) | 302.11º | 0.3% | 0.76% | - |
| XYZ | 40.2 | 32.71 | 53.48 | - |
| YUV | 159.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 191 | 0 | 0.30 | 0.01 | 0.24 | 302.11 | 0.31 | 0.65 |
| Hex | C1 | 88 | BF | 0 | 1E | 1 | 18 | 12E | 1F | 41 |
| Octal | 301 | 210 | 277 | 0 | 36 | 1 | 30 | 456 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10111111 | 0 | 11110 | 1 | 11000 | 100101110 | 11111 | 1000001 |
Color Harmonies of #C188BF
Complementary color
Monochromatic Colors of #C188BF
Black with #C188BF
Text Example
Text Example
White with #C188BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188BF; }
p { color: rgb(193,136,191); }
H1.HeaderClassName
{
color: #C188BF;
}
.AnyTagClassName
{
color: #C188BF;
}
</style>
background-color css
<style>
a { background-color: #C188BF; }
a { background-color: rgb(193,136,191); }
div.DivClassName
{
background-color: #C188BF;
}
.BgClassName
{
background-color: #C188BF;
}
</style>
border-color css
<style>
span { border-color: #C188BF; }
span { border-color: rgb(193,136,191); }
td.TdClassName
{
border-color: #C188BF;
}
.TagClassName
{
border-color: #C188BF;
}
</style>