Shades of Lilac #C99CCA
Tints of Lilac #C99CCA
RGB
CMYK
RGB Variations
Color information
#C99CCA (or 0xC99CCA) is known color: Lilac. HEX triplet: C9, 9C and CA. RGB value is (201,156,202). Sum of RGB (Red+Green+Blue) = 201+156+202=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #C99CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CCA is #366335. Grayscale: #AEAEAE. Windows color (decimal): -3564342 or 13278409. OLE color: 13278409.
HSL color Cylindrical-coordinate representation of color #C99CCA: hue angle of 298.7º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99CCA is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 202 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.21 |
| HSL | 298.7º | 0.3% | 0.7% | - |
| HSV(B) | 298.7º | 0.23% | 0.79% | - |
| XYZ | 46.64 | 40.46 | 61.23 | - |
| YUV | 174.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 202 | 0.00 | 0.23 | 0 | 0.21 | 298.7 | 0.3 | 0.7 |
| Hex | C9 | 9C | CA | 0 | 17 | 0 | 15 | 12B | 1E | 46 |
| Octal | 311 | 234 | 312 | 0 | 27 | 0 | 25 | 453 | 36 | 106 |
| Binary | 11001001 | 10011100 | 11001010 | 0 | 10111 | 0 | 10101 | 100101011 | 11110 | 1000110 |
Color Harmonies of #C99CCA
Complementary color
Monochromatic Colors of #C99CCA
Black with #C99CCA
Text Example
Text Example
White with #C99CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CCA; }
p { color: rgb(201,156,202); }
H1.HeaderClassName
{
color: #C99CCA;
}
.AnyTagClassName
{
color: #C99CCA;
}
</style>
background-color css
<style>
a { background-color: #C99CCA; }
a { background-color: rgb(201,156,202); }
div.DivClassName
{
background-color: #C99CCA;
}
.BgClassName
{
background-color: #C99CCA;
}
</style>
border-color css
<style>
span { border-color: #C99CCA; }
span { border-color: rgb(201,156,202); }
td.TdClassName
{
border-color: #C99CCA;
}
.TagClassName
{
border-color: #C99CCA;
}
</style>