Shades of Lilac #C99CCE
Tints of Lilac #C99CCE
RGB
CMYK
RGB Variations
Color information
#C99CCE (or 0xC99CCE) is known color: Lilac. HEX triplet: C9, 9C and CE. RGB value is (201,156,206). Sum of RGB (Red+Green+Blue) = 201+156+206=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #C99CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CCE is #366331. Grayscale: #AEAEAE. Windows color (decimal): -3564338 or 13540553. OLE color: 13540553.
HSL color Cylindrical-coordinate representation of color #C99CCE: hue angle of 294º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99CCE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 156 | 206 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.19 |
| HSL | 294º | 0.34% | 0.71% | - |
| HSV(B) | 294º | 0.24% | 0.81% | - |
| XYZ | 47.12 | 40.65 | 63.76 | - |
| YUV | 175.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 206 | 0.02 | 0.24 | 0 | 0.19 | 294 | 0.34 | 0.71 |
| Hex | C9 | 9C | CE | 2 | 18 | 0 | 13 | 126 | 22 | 47 |
| Octal | 311 | 234 | 316 | 2 | 30 | 0 | 23 | 446 | 42 | 107 |
| Binary | 11001001 | 10011100 | 11001110 | 10 | 11000 | 0 | 10011 | 100100110 | 100010 | 1000111 |
Color Harmonies of #C99CCE
Complementary color
Monochromatic Colors of #C99CCE
Black with #C99CCE
Text Example
Text Example
White with #C99CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CCE; }
p { color: rgb(201,156,206); }
H1.HeaderClassName
{
color: #C99CCE;
}
.AnyTagClassName
{
color: #C99CCE;
}
</style>
background-color css
<style>
a { background-color: #C99CCE; }
a { background-color: rgb(201,156,206); }
div.DivClassName
{
background-color: #C99CCE;
}
.BgClassName
{
background-color: #C99CCE;
}
</style>
border-color css
<style>
span { border-color: #C99CCE; }
span { border-color: rgb(201,156,206); }
td.TdClassName
{
border-color: #C99CCE;
}
.TagClassName
{
border-color: #C99CCE;
}
</style>