Shades of Lilac #C998CF
Tints of Lilac #C998CF
RGB
CMYK
RGB Variations
Color information
#C998CF (or 0xC998CF) is known color: Lilac. HEX triplet: C9, 98 and CF. RGB value is (201,152,207). Sum of RGB (Red+Green+Blue) = 201+152+207=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #C998CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998CF is #366730. Grayscale: #ACACAC. Windows color (decimal): -3565361 or 13605065. OLE color: 13605065.
HSL color Cylindrical-coordinate representation of color #C998CF: hue angle of 293.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C998CF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 152 | 207 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.19 |
| HSL | 293.45º | 0.36% | 0.7% | - |
| HSV(B) | 293.45º | 0.27% | 0.81% | - |
| XYZ | 46.58 | 39.38 | 64.18 | - |
| YUV | 172.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 207 | 0.03 | 0.27 | 0 | 0.19 | 293.45 | 0.36 | 0.7 |
| Hex | C9 | 98 | CF | 3 | 1B | 0 | 13 | 125 | 24 | 46 |
| Octal | 311 | 230 | 317 | 3 | 33 | 0 | 23 | 445 | 44 | 106 |
| Binary | 11001001 | 10011000 | 11001111 | 11 | 11011 | 0 | 10011 | 100100101 | 100100 | 1000110 |
Color Harmonies of #C998CF
Complementary color
Monochromatic Colors of #C998CF
Black with #C998CF
Text Example
Text Example
White with #C998CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998CF; }
p { color: rgb(201,152,207); }
H1.HeaderClassName
{
color: #C998CF;
}
.AnyTagClassName
{
color: #C998CF;
}
</style>
background-color css
<style>
a { background-color: #C998CF; }
a { background-color: rgb(201,152,207); }
div.DivClassName
{
background-color: #C998CF;
}
.BgClassName
{
background-color: #C998CF;
}
</style>
border-color css
<style>
span { border-color: #C998CF; }
span { border-color: rgb(201,152,207); }
td.TdClassName
{
border-color: #C998CF;
}
.TagClassName
{
border-color: #C998CF;
}
</style>