Shades of Lilac #C98ECF
Tints of Lilac #C98ECF
RGB
CMYK
RGB Variations
Color information
#C98ECF (or 0xC98ECF) is known color: Lilac. HEX triplet: C9, 8E and CF. RGB value is (201,142,207). Sum of RGB (Red+Green+Blue) = 201+142+207=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #C98ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ECF is #367130. Grayscale: #A6A6A6. Windows color (decimal): -3567921 or 13602505. OLE color: 13602505.
HSL color Cylindrical-coordinate representation of color #C98ECF: hue angle of 294.46º 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 #C98ECF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 142 | 207 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.19 |
| HSL | 294.46º | 0.4% | 0.68% | - |
| HSV(B) | 294.46º | 0.31% | 0.81% | - |
| XYZ | 45.02 | 36.27 | 63.66 | - |
| YUV | 167.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 207 | 0.03 | 0.31 | 0 | 0.19 | 294.46 | 0.4 | 0.68 |
| Hex | C9 | 8E | CF | 3 | 1F | 0 | 13 | 126 | 28 | 44 |
| Octal | 311 | 216 | 317 | 3 | 37 | 0 | 23 | 446 | 50 | 104 |
| Binary | 11001001 | 10001110 | 11001111 | 11 | 11111 | 0 | 10011 | 100100110 | 101000 | 1000100 |
Color Harmonies of #C98ECF
Complementary color
Monochromatic Colors of #C98ECF
Black with #C98ECF
Text Example
Text Example
White with #C98ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ECF; }
p { color: rgb(201,142,207); }
H1.HeaderClassName
{
color: #C98ECF;
}
.AnyTagClassName
{
color: #C98ECF;
}
</style>
background-color css
<style>
a { background-color: #C98ECF; }
a { background-color: rgb(201,142,207); }
div.DivClassName
{
background-color: #C98ECF;
}
.BgClassName
{
background-color: #C98ECF;
}
</style>
border-color css
<style>
span { border-color: #C98ECF; }
span { border-color: rgb(201,142,207); }
td.TdClassName
{
border-color: #C98ECF;
}
.TagClassName
{
border-color: #C98ECF;
}
</style>