Shades of Lilac #C98CBF
Tints of Lilac #C98CBF
RGB
CMYK
RGB Variations
Color information
#C98CBF (or 0xC98CBF) is known color: Lilac. HEX triplet: C9, 8C and BF. RGB value is (201,140,191). Sum of RGB (Red+Green+Blue) = 201+140+191=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CBF is #367340. Grayscale: #A3A3A3. Windows color (decimal): -3568449 or 12553417. OLE color: 12553417.
HSL color Cylindrical-coordinate representation of color #C98CBF: hue angle of 309.84º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CBF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 191 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.21 |
| HSL | 309.84º | 0.36% | 0.67% | - |
| HSV(B) | 309.84º | 0.3% | 0.79% | - |
| XYZ | 42.87 | 34.94 | 53.77 | - |
| YUV | 164.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 191 | 0 | 0.30 | 0.05 | 0.21 | 309.84 | 0.36 | 0.67 |
| Hex | C9 | 8C | BF | 0 | 1E | 5 | 15 | 136 | 24 | 43 |
| Octal | 311 | 214 | 277 | 0 | 36 | 5 | 25 | 466 | 44 | 103 |
| Binary | 11001001 | 10001100 | 10111111 | 0 | 11110 | 101 | 10101 | 100110110 | 100100 | 1000011 |
Color Harmonies of #C98CBF
Complementary color
Monochromatic Colors of #C98CBF
Black with #C98CBF
Text Example
Text Example
White with #C98CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98CBF; }
p { color: rgb(201,140,191); }
H1.HeaderClassName
{
color: #C98CBF;
}
.AnyTagClassName
{
color: #C98CBF;
}
</style>
background-color css
<style>
a { background-color: #C98CBF; }
a { background-color: rgb(201,140,191); }
div.DivClassName
{
background-color: #C98CBF;
}
.BgClassName
{
background-color: #C98CBF;
}
</style>
border-color css
<style>
span { border-color: #C98CBF; }
span { border-color: rgb(201,140,191); }
td.TdClassName
{
border-color: #C98CBF;
}
.TagClassName
{
border-color: #C98CBF;
}
</style>