Shades of Lilac #C99CC9
Tints of Lilac #C99CC9
RGB
CMYK
RGB Variations
Color information
#C99CC9 (or 0xC99CC9) is known color: Lilac. HEX triplet: C9, 9C and C9. RGB value is (201,156,201). Sum of RGB (Red+Green+Blue) = 201+156+201=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C99CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CC9 is #366336. Grayscale: #AEAEAE. Windows color (decimal): -3564343 or 13212873. OLE color: 13212873.
HSL color Cylindrical-coordinate representation of color #C99CC9: hue angle of 300º 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 #C99CC9 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 156 | 201 | - |
CMYK | 0 | 0.22 | 0 | 0.21 |
HSL | 300º | 0.29% | 0.7% | - |
HSV(B) | 300º | 0.22% | 0.79% | - |
XYZ | 46.52 | 40.41 | 60.61 | - |
YUV | 174.59 | 142.91 | 146.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 156 | 201 | 0 | 0.22 | 0 | 0.21 | 300 | 0.29 | 0.7 |
Hex | C9 | 9C | C9 | 0 | 16 | 0 | 15 | 12C | 1D | 46 |
Octal | 311 | 234 | 311 | 0 | 26 | 0 | 25 | 454 | 35 | 106 |
Binary | 11001001 | 10011100 | 11001001 | 0 | 10110 | 0 | 10101 | 100101100 | 11101 | 1000110 |
Color Harmonies of #C99CC9
Complementary color
Monochromatic Colors of #C99CC9
Black with #C99CC9
Text Example
Text Example
White with #C99CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CC9; }
p { color: rgb(201,156,201); }
H1.HeaderClassName
{
color: #C99CC9;
}
.AnyTagClassName
{
color: #C99CC9;
}
</style>
background-color css
<style>
a { background-color: #C99CC9; }
a { background-color: rgb(201,156,201); }
div.DivClassName
{
background-color: #C99CC9;
}
.BgClassName
{
background-color: #C99CC9;
}
</style>
border-color css
<style>
span { border-color: #C99CC9; }
span { border-color: rgb(201,156,201); }
td.TdClassName
{
border-color: #C99CC9;
}
.TagClassName
{
border-color: #C99CC9;
}
</style>