Shades of Lilac #C988CF
Tints of Lilac #C988CF
RGB
CMYK
RGB Variations
Color information
#C988CF (or 0xC988CF) is known color: Lilac. HEX triplet: C9, 88 and CF. RGB value is (201,136,207). Sum of RGB (Red+Green+Blue) = 201+136+207=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #C988CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C988CF is #367730. Grayscale: #A3A3A3. Windows color (decimal): -3569457 or 13600969. OLE color: 13600969.
HSL color Cylindrical-coordinate representation of color #C988CF: hue angle of 294.93º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C988CF is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 136 | 207 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.19 |
| HSL | 294.93º | 0.43% | 0.67% | - |
| HSV(B) | 294.93º | 0.34% | 0.81% | - |
| XYZ | 44.15 | 34.53 | 63.37 | - |
| YUV | 163.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 207 | 0.03 | 0.34 | 0 | 0.19 | 294.93 | 0.43 | 0.67 |
| Hex | C9 | 88 | CF | 3 | 22 | 0 | 13 | 127 | 2B | 43 |
| Octal | 311 | 210 | 317 | 3 | 42 | 0 | 23 | 447 | 53 | 103 |
| Binary | 11001001 | 10001000 | 11001111 | 11 | 100010 | 0 | 10011 | 100100111 | 101011 | 1000011 |
Color Harmonies of #C988CF
Complementary color
Monochromatic Colors of #C988CF
Black with #C988CF
Text Example
Text Example
White with #C988CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C988CF; }
p { color: rgb(201,136,207); }
H1.HeaderClassName
{
color: #C988CF;
}
.AnyTagClassName
{
color: #C988CF;
}
</style>
background-color css
<style>
a { background-color: #C988CF; }
a { background-color: rgb(201,136,207); }
div.DivClassName
{
background-color: #C988CF;
}
.BgClassName
{
background-color: #C988CF;
}
</style>
border-color css
<style>
span { border-color: #C988CF; }
span { border-color: rgb(201,136,207); }
td.TdClassName
{
border-color: #C988CF;
}
.TagClassName
{
border-color: #C988CF;
}
</style>