Shades of Lilac #C69ACE
Tints of Lilac #C69ACE
RGB
CMYK
RGB Variations
Color information
#C69ACE (or 0xC69ACE) is known color: Lilac. HEX triplet: C6, 9A and CE. RGB value is (198,154,206). Sum of RGB (Red+Green+Blue) = 198+154+206=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #C69ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ACE is #396531. Grayscale: #ACACAC. Windows color (decimal): -3761458 or 13540038. OLE color: 13540038.
HSL color Cylindrical-coordinate representation of color #C69ACE: hue angle of 290.77º 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 #C69ACE is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 154 | 206 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.19 |
| HSL | 290.77º | 0.35% | 0.71% | - |
| HSV(B) | 290.77º | 0.25% | 0.81% | - |
| XYZ | 45.98 | 39.57 | 63.61 | - |
| YUV | 173.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 206 | 0.04 | 0.25 | 0 | 0.19 | 290.77 | 0.35 | 0.71 |
| Hex | C6 | 9A | CE | 4 | 19 | 0 | 13 | 123 | 23 | 47 |
| Octal | 306 | 232 | 316 | 4 | 31 | 0 | 23 | 443 | 43 | 107 |
| Binary | 11000110 | 10011010 | 11001110 | 100 | 11001 | 0 | 10011 | 100100011 | 100011 | 1000111 |
Color Harmonies of #C69ACE
Complementary color
Monochromatic Colors of #C69ACE
Black with #C69ACE
Text Example
Text Example
White with #C69ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69ACE; }
p { color: rgb(198,154,206); }
H1.HeaderClassName
{
color: #C69ACE;
}
.AnyTagClassName
{
color: #C69ACE;
}
</style>
background-color css
<style>
a { background-color: #C69ACE; }
a { background-color: rgb(198,154,206); }
div.DivClassName
{
background-color: #C69ACE;
}
.BgClassName
{
background-color: #C69ACE;
}
</style>
border-color css
<style>
span { border-color: #C69ACE; }
span { border-color: rgb(198,154,206); }
td.TdClassName
{
border-color: #C69ACE;
}
.TagClassName
{
border-color: #C69ACE;
}
</style>