Shades of Lilac #C998CD
Tints of Lilac #C998CD
RGB
CMYK
RGB Variations
Color information
#C998CD (or 0xC998CD) is known color: Lilac. HEX triplet: C9, 98 and CD. RGB value is (201,152,205). Sum of RGB (Red+Green+Blue) = 201+152+205=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #C998CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998CD is #366732. Grayscale: #ACACAC. Windows color (decimal): -3565363 or 13473993. OLE color: 13473993.
HSL color Cylindrical-coordinate representation of color #C998CD: hue angle of 295.47º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C998CD is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 152 | 205 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.20 |
| HSL | 295.47º | 0.35% | 0.7% | - |
| HSV(B) | 295.47º | 0.26% | 0.8% | - |
| XYZ | 46.34 | 39.28 | 62.9 | - |
| YUV | 172.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 205 | 0.02 | 0.26 | 0 | 0.20 | 295.47 | 0.35 | 0.7 |
| Hex | C9 | 98 | CD | 2 | 1A | 0 | 14 | 127 | 23 | 46 |
| Octal | 311 | 230 | 315 | 2 | 32 | 0 | 24 | 447 | 43 | 106 |
| Binary | 11001001 | 10011000 | 11001101 | 10 | 11010 | 0 | 10100 | 100100111 | 100011 | 1000110 |
Color Harmonies of #C998CD
Complementary color
Monochromatic Colors of #C998CD
Black with #C998CD
Text Example
Text Example
White with #C998CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998CD; }
p { color: rgb(201,152,205); }
H1.HeaderClassName
{
color: #C998CD;
}
.AnyTagClassName
{
color: #C998CD;
}
</style>
background-color css
<style>
a { background-color: #C998CD; }
a { background-color: rgb(201,152,205); }
div.DivClassName
{
background-color: #C998CD;
}
.BgClassName
{
background-color: #C998CD;
}
</style>
border-color css
<style>
span { border-color: #C998CD; }
span { border-color: rgb(201,152,205); }
td.TdClassName
{
border-color: #C998CD;
}
.TagClassName
{
border-color: #C998CD;
}
</style>