Shades of Lilac #C996CD
Tints of Lilac #C996CD
RGB
CMYK
RGB Variations
Color information
#C996CD (or 0xC996CD) is known color: Lilac. HEX triplet: C9, 96 and CD. RGB value is (201,150,205). Sum of RGB (Red+Green+Blue) = 201+150+205=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #C996CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996CD is #366932. Grayscale: #ABABAB. Windows color (decimal): -3565875 or 13473481. OLE color: 13473481.
HSL color Cylindrical-coordinate representation of color #C996CD: hue angle of 295.64º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C996CD is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 150 | 205 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.20 |
| HSL | 295.64º | 0.35% | 0.7% | - |
| HSV(B) | 295.64º | 0.27% | 0.8% | - |
| XYZ | 46.01 | 38.64 | 62.79 | - |
| YUV | 171.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 205 | 0.02 | 0.27 | 0 | 0.20 | 295.64 | 0.35 | 0.7 |
| Hex | C9 | 96 | CD | 2 | 1B | 0 | 14 | 128 | 23 | 46 |
| Octal | 311 | 226 | 315 | 2 | 33 | 0 | 24 | 450 | 43 | 106 |
| Binary | 11001001 | 10010110 | 11001101 | 10 | 11011 | 0 | 10100 | 100101000 | 100011 | 1000110 |
Color Harmonies of #C996CD
Complementary color
Monochromatic Colors of #C996CD
Black with #C996CD
Text Example
Text Example
White with #C996CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996CD; }
p { color: rgb(201,150,205); }
H1.HeaderClassName
{
color: #C996CD;
}
.AnyTagClassName
{
color: #C996CD;
}
</style>
background-color css
<style>
a { background-color: #C996CD; }
a { background-color: rgb(201,150,205); }
div.DivClassName
{
background-color: #C996CD;
}
.BgClassName
{
background-color: #C996CD;
}
</style>
border-color css
<style>
span { border-color: #C996CD; }
span { border-color: rgb(201,150,205); }
td.TdClassName
{
border-color: #C996CD;
}
.TagClassName
{
border-color: #C996CD;
}
</style>