Shades of Lilac #C988BE
Tints of Lilac #C988BE
RGB
CMYK
RGB Variations
Color information
#C988BE (or 0xC988BE) is known color: Lilac. HEX triplet: C9, 88 and BE. RGB value is (201,136,190). Sum of RGB (Red+Green+Blue) = 201+136+190=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C988BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988BE is #367741. Grayscale: #A1A1A1. Windows color (decimal): -3569474 or 12486857. OLE color: 12486857.
HSL color Cylindrical-coordinate representation of color #C988BE: hue angle of 310.15º 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 #C988BE is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 190 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.21 |
| HSL | 310.15º | 0.38% | 0.66% | - |
| HSV(B) | 310.15º | 0.32% | 0.79% | - |
| XYZ | 42.19 | 33.74 | 53 | - |
| YUV | 161.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 190 | 0 | 0.32 | 0.05 | 0.21 | 310.15 | 0.38 | 0.66 |
| Hex | C9 | 88 | BE | 0 | 20 | 5 | 15 | 136 | 26 | 42 |
| Octal | 311 | 210 | 276 | 0 | 40 | 5 | 25 | 466 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10111110 | 0 | 100000 | 101 | 10101 | 100110110 | 100110 | 1000010 |
Color Harmonies of #C988BE
Complementary color
Monochromatic Colors of #C988BE
Black with #C988BE
Text Example
Text Example
White with #C988BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988BE; }
p { color: rgb(201,136,190); }
H1.HeaderClassName
{
color: #C988BE;
}
.AnyTagClassName
{
color: #C988BE;
}
</style>
background-color css
<style>
a { background-color: #C988BE; }
a { background-color: rgb(201,136,190); }
div.DivClassName
{
background-color: #C988BE;
}
.BgClassName
{
background-color: #C988BE;
}
</style>
border-color css
<style>
span { border-color: #C988BE; }
span { border-color: rgb(201,136,190); }
td.TdClassName
{
border-color: #C988BE;
}
.TagClassName
{
border-color: #C988BE;
}
</style>