Shades of Lilac #C98ECC
Tints of Lilac #C98ECC
RGB
CMYK
RGB Variations
Color information
#C98ECC (or 0xC98ECC) is known color: Lilac. HEX triplet: C9, 8E and CC. RGB value is (201,142,204). Sum of RGB (Red+Green+Blue) = 201+142+204=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C98ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ECC is #367133. Grayscale: #A6A6A6. Windows color (decimal): -3567924 or 13405897. OLE color: 13405897.
HSL color Cylindrical-coordinate representation of color #C98ECC: hue angle of 297.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98ECC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 142 | 204 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.2 |
| HSL | 297.1º | 0.38% | 0.68% | - |
| HSV(B) | 297.1º | 0.3% | 0.8% | - |
| XYZ | 44.66 | 36.12 | 61.75 | - |
| YUV | 166.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 204 | 0.01 | 0.30 | 0 | 0.2 | 297.1 | 0.38 | 0.68 |
| Hex | C9 | 8E | CC | 1 | 1E | 0 | 14 | 129 | 26 | 44 |
| Octal | 311 | 216 | 314 | 1 | 36 | 0 | 24 | 451 | 46 | 104 |
| Binary | 11001001 | 10001110 | 11001100 | 1 | 11110 | 0 | 10100 | 100101001 | 100110 | 1000100 |
Color Harmonies of #C98ECC
Complementary color
Monochromatic Colors of #C98ECC
Black with #C98ECC
Text Example
Text Example
White with #C98ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ECC; }
p { color: rgb(201,142,204); }
H1.HeaderClassName
{
color: #C98ECC;
}
.AnyTagClassName
{
color: #C98ECC;
}
</style>
background-color css
<style>
a { background-color: #C98ECC; }
a { background-color: rgb(201,142,204); }
div.DivClassName
{
background-color: #C98ECC;
}
.BgClassName
{
background-color: #C98ECC;
}
</style>
border-color css
<style>
span { border-color: #C98ECC; }
span { border-color: rgb(201,142,204); }
td.TdClassName
{
border-color: #C98ECC;
}
.TagClassName
{
border-color: #C98ECC;
}
</style>