Shades of Lilac #C69ECE
Tints of Lilac #C69ECE
RGB
CMYK
RGB Variations
Color information
#C69ECE (or 0xC69ECE) is known color: Lilac. HEX triplet: C6, 9E and CE. RGB value is (198,158,206). Sum of RGB (Red+Green+Blue) = 198+158+206=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #C69ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ECE is #396131. Grayscale: #AFAFAF. Windows color (decimal): -3760434 or 13541062. OLE color: 13541062.
HSL color Cylindrical-coordinate representation of color #C69ECE: hue angle of 290º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C69ECE is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 158 | 206 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.19 |
| HSL | 290º | 0.33% | 0.71% | - |
| HSV(B) | 290º | 0.23% | 0.81% | - |
| XYZ | 46.66 | 40.92 | 63.83 | - |
| YUV | 175.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 206 | 0.04 | 0.23 | 0 | 0.19 | 290 | 0.33 | 0.71 |
| Hex | C6 | 9E | CE | 4 | 17 | 0 | 13 | 122 | 21 | 47 |
| Octal | 306 | 236 | 316 | 4 | 27 | 0 | 23 | 442 | 41 | 107 |
| Binary | 11000110 | 10011110 | 11001110 | 100 | 10111 | 0 | 10011 | 100100010 | 100001 | 1000111 |
Color Harmonies of #C69ECE
Complementary color
Monochromatic Colors of #C69ECE
Black with #C69ECE
Text Example
Text Example
White with #C69ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69ECE; }
p { color: rgb(198,158,206); }
H1.HeaderClassName
{
color: #C69ECE;
}
.AnyTagClassName
{
color: #C69ECE;
}
</style>
background-color css
<style>
a { background-color: #C69ECE; }
a { background-color: rgb(198,158,206); }
div.DivClassName
{
background-color: #C69ECE;
}
.BgClassName
{
background-color: #C69ECE;
}
</style>
border-color css
<style>
span { border-color: #C69ECE; }
span { border-color: rgb(198,158,206); }
td.TdClassName
{
border-color: #C69ECE;
}
.TagClassName
{
border-color: #C69ECE;
}
</style>