Shades of Lilac #C98ED0
Tints of Lilac #C98ED0
RGB
CMYK
RGB Variations
Color information
#C98ED0 (or 0xC98ED0) is known color: Lilac. HEX triplet: C9, 8E and D0. RGB value is (201,142,208). Sum of RGB (Red+Green+Blue) = 201+142+208=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #C98ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ED0 is #36712F. Grayscale: #A6A6A6. Windows color (decimal): -3567920 or 13668041. OLE color: 13668041.
HSL color Cylindrical-coordinate representation of color #C98ED0: hue angle of 293.64º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98ED0 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 142 | 208 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.18 |
| HSL | 293.64º | 0.41% | 0.69% | - |
| HSV(B) | 293.64º | 0.32% | 0.82% | - |
| XYZ | 45.15 | 36.32 | 64.31 | - |
| YUV | 167.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 208 | 0.03 | 0.32 | 0 | 0.18 | 293.64 | 0.41 | 0.69 |
| Hex | C9 | 8E | D0 | 3 | 20 | 0 | 12 | 126 | 29 | 45 |
| Octal | 311 | 216 | 320 | 3 | 40 | 0 | 22 | 446 | 51 | 105 |
| Binary | 11001001 | 10001110 | 11010000 | 11 | 100000 | 0 | 10010 | 100100110 | 101001 | 1000101 |
Color Harmonies of #C98ED0
Complementary color
Monochromatic Colors of #C98ED0
Black with #C98ED0
Text Example
Text Example
White with #C98ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ED0; }
p { color: rgb(201,142,208); }
H1.HeaderClassName
{
color: #C98ED0;
}
.AnyTagClassName
{
color: #C98ED0;
}
</style>
background-color css
<style>
a { background-color: #C98ED0; }
a { background-color: rgb(201,142,208); }
div.DivClassName
{
background-color: #C98ED0;
}
.BgClassName
{
background-color: #C98ED0;
}
</style>
border-color css
<style>
span { border-color: #C98ED0; }
span { border-color: rgb(201,142,208); }
td.TdClassName
{
border-color: #C98ED0;
}
.TagClassName
{
border-color: #C98ED0;
}
</style>