Shades of Lilac #C98ECE
Tints of Lilac #C98ECE
RGB
CMYK
RGB Variations
Color information
#C98ECE (or 0xC98ECE) is known color: Lilac. HEX triplet: C9, 8E and CE. RGB value is (201,142,206). Sum of RGB (Red+Green+Blue) = 201+142+206=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #C98ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ECE is #367131. Grayscale: #A6A6A6. Windows color (decimal): -3567922 or 13536969. OLE color: 13536969.
HSL color Cylindrical-coordinate representation of color #C98ECE: hue angle of 295.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98ECE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 142 | 206 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.19 |
| HSL | 295.31º | 0.4% | 0.68% | - |
| HSV(B) | 295.31º | 0.31% | 0.81% | - |
| XYZ | 44.9 | 36.22 | 63.02 | - |
| YUV | 166.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 206 | 0.02 | 0.31 | 0 | 0.19 | 295.31 | 0.4 | 0.68 |
| Hex | C9 | 8E | CE | 2 | 1F | 0 | 13 | 127 | 28 | 44 |
| Octal | 311 | 216 | 316 | 2 | 37 | 0 | 23 | 447 | 50 | 104 |
| Binary | 11001001 | 10001110 | 11001110 | 10 | 11111 | 0 | 10011 | 100100111 | 101000 | 1000100 |
Color Harmonies of #C98ECE
Complementary color
Monochromatic Colors of #C98ECE
Black with #C98ECE
Text Example
Text Example
White with #C98ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ECE; }
p { color: rgb(201,142,206); }
H1.HeaderClassName
{
color: #C98ECE;
}
.AnyTagClassName
{
color: #C98ECE;
}
</style>
background-color css
<style>
a { background-color: #C98ECE; }
a { background-color: rgb(201,142,206); }
div.DivClassName
{
background-color: #C98ECE;
}
.BgClassName
{
background-color: #C98ECE;
}
</style>
border-color css
<style>
span { border-color: #C98ECE; }
span { border-color: rgb(201,142,206); }
td.TdClassName
{
border-color: #C98ECE;
}
.TagClassName
{
border-color: #C98ECE;
}
</style>