Shades of Lilac #C99DCC
Tints of Lilac #C99DCC
RGB
CMYK
RGB Variations
Color information
#C99DCC (or 0xC99DCC) is known color: Lilac. HEX triplet: C9, 9D and CC. RGB value is (201,157,204). Sum of RGB (Red+Green+Blue) = 201+157+204=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #C99DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DCC is #366233. Grayscale: #AFAFAF. Windows color (decimal): -3564084 or 13409737. OLE color: 13409737.
HSL color Cylindrical-coordinate representation of color #C99DCC: hue angle of 296.17º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99DCC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 157 | 204 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.2 |
| HSL | 296.17º | 0.32% | 0.71% | - |
| HSV(B) | 296.17º | 0.23% | 0.8% | - |
| XYZ | 47.04 | 40.89 | 62.54 | - |
| YUV | 175.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 204 | 0.01 | 0.23 | 0 | 0.2 | 296.17 | 0.32 | 0.71 |
| Hex | C9 | 9D | CC | 1 | 17 | 0 | 14 | 128 | 20 | 47 |
| Octal | 311 | 235 | 314 | 1 | 27 | 0 | 24 | 450 | 40 | 107 |
| Binary | 11001001 | 10011101 | 11001100 | 1 | 10111 | 0 | 10100 | 100101000 | 100000 | 1000111 |
Color Harmonies of #C99DCC
Complementary color
Monochromatic Colors of #C99DCC
Black with #C99DCC
Text Example
Text Example
White with #C99DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DCC; }
p { color: rgb(201,157,204); }
H1.HeaderClassName
{
color: #C99DCC;
}
.AnyTagClassName
{
color: #C99DCC;
}
</style>
background-color css
<style>
a { background-color: #C99DCC; }
a { background-color: rgb(201,157,204); }
div.DivClassName
{
background-color: #C99DCC;
}
.BgClassName
{
background-color: #C99DCC;
}
</style>
border-color css
<style>
span { border-color: #C99DCC; }
span { border-color: rgb(201,157,204); }
td.TdClassName
{
border-color: #C99DCC;
}
.TagClassName
{
border-color: #C99DCC;
}
</style>