Shades of Lilac #C99ACE
Tints of Lilac #C99ACE
RGB
CMYK
RGB Variations
Color information
#C99ACE (or 0xC99ACE) is known color: Lilac. HEX triplet: C9, 9A and CE. RGB value is (201,154,206). Sum of RGB (Red+Green+Blue) = 201+154+206=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #C99ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ACE is #366531. Grayscale: #ADADAD. Windows color (decimal): -3564850 or 13540041. OLE color: 13540041.
HSL color Cylindrical-coordinate representation of color #C99ACE: hue angle of 294.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99ACE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 154 | 206 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.19 |
| HSL | 294.23º | 0.35% | 0.71% | - |
| HSV(B) | 294.23º | 0.25% | 0.81% | - |
| XYZ | 46.78 | 39.98 | 63.64 | - |
| YUV | 173.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 206 | 0.02 | 0.25 | 0 | 0.19 | 294.23 | 0.35 | 0.71 |
| Hex | C9 | 9A | CE | 2 | 19 | 0 | 13 | 126 | 23 | 47 |
| Octal | 311 | 232 | 316 | 2 | 31 | 0 | 23 | 446 | 43 | 107 |
| Binary | 11001001 | 10011010 | 11001110 | 10 | 11001 | 0 | 10011 | 100100110 | 100011 | 1000111 |
Color Harmonies of #C99ACE
Complementary color
Monochromatic Colors of #C99ACE
Black with #C99ACE
Text Example
Text Example
White with #C99ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ACE; }
p { color: rgb(201,154,206); }
H1.HeaderClassName
{
color: #C99ACE;
}
.AnyTagClassName
{
color: #C99ACE;
}
</style>
background-color css
<style>
a { background-color: #C99ACE; }
a { background-color: rgb(201,154,206); }
div.DivClassName
{
background-color: #C99ACE;
}
.BgClassName
{
background-color: #C99ACE;
}
</style>
border-color css
<style>
span { border-color: #C99ACE; }
span { border-color: rgb(201,154,206); }
td.TdClassName
{
border-color: #C99ACE;
}
.TagClassName
{
border-color: #C99ACE;
}
</style>