Shades of Lilac #C99CC0
Tints of Lilac #C99CC0
RGB
CMYK
RGB Variations
Color information
#C99CC0 (or 0xC99CC0) is known color: Lilac. HEX triplet: C9, 9C and C0. RGB value is (201,156,192). Sum of RGB (Red+Green+Blue) = 201+156+192=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CC0 is #36633F. Grayscale: #ADADAD. Windows color (decimal): -3564352 or 12623049. OLE color: 12623049.
HSL color Cylindrical-coordinate representation of color #C99CC0: hue angle of 312º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99CC0 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 192 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.21 |
| HSL | 312º | 0.29% | 0.7% | - |
| HSV(B) | 312º | 0.22% | 0.79% | - |
| XYZ | 45.49 | 40 | 55.19 | - |
| YUV | 173.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 192 | 0 | 0.22 | 0.04 | 0.21 | 312 | 0.29 | 0.7 |
| Hex | C9 | 9C | C0 | 0 | 16 | 4 | 15 | 138 | 1D | 46 |
| Octal | 311 | 234 | 300 | 0 | 26 | 4 | 25 | 470 | 35 | 106 |
| Binary | 11001001 | 10011100 | 11000000 | 0 | 10110 | 100 | 10101 | 100111000 | 11101 | 1000110 |
Color Harmonies of #C99CC0
Complementary color
Monochromatic Colors of #C99CC0
Black with #C99CC0
Text Example
Text Example
White with #C99CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CC0; }
p { color: rgb(201,156,192); }
H1.HeaderClassName
{
color: #C99CC0;
}
.AnyTagClassName
{
color: #C99CC0;
}
</style>
background-color css
<style>
a { background-color: #C99CC0; }
a { background-color: rgb(201,156,192); }
div.DivClassName
{
background-color: #C99CC0;
}
.BgClassName
{
background-color: #C99CC0;
}
</style>
border-color css
<style>
span { border-color: #C99CC0; }
span { border-color: rgb(201,156,192); }
td.TdClassName
{
border-color: #C99CC0;
}
.TagClassName
{
border-color: #C99CC0;
}
</style>