Shades of Lilac #C69EC1
Tints of Lilac #C69EC1
RGB
CMYK
RGB Variations
Color information
#C69EC1 (or 0xC69EC1) is known color: Lilac. HEX triplet: C6, 9E and C1. RGB value is (198,158,193). Sum of RGB (Red+Green+Blue) = 198+158+193=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EC1 is #39613E. Grayscale: #ADADAD. Windows color (decimal): -3760447 or 12689094. OLE color: 12689094.
HSL color Cylindrical-coordinate representation of color #C69EC1: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69EC1 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 193 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.22 |
| HSL | 307.5º | 0.26% | 0.7% | - |
| HSV(B) | 307.5º | 0.2% | 0.78% | - |
| XYZ | 45.14 | 40.31 | 55.85 | - |
| YUV | 173.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 193 | 0 | 0.20 | 0.03 | 0.22 | 307.5 | 0.26 | 0.7 |
| Hex | C6 | 9E | C1 | 0 | 14 | 3 | 16 | 134 | 1A | 46 |
| Octal | 306 | 236 | 301 | 0 | 24 | 3 | 26 | 464 | 32 | 106 |
| Binary | 11000110 | 10011110 | 11000001 | 0 | 10100 | 11 | 10110 | 100110100 | 11010 | 1000110 |
Color Harmonies of #C69EC1
Complementary color
Monochromatic Colors of #C69EC1
Black with #C69EC1
Text Example
Text Example
White with #C69EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EC1; }
p { color: rgb(198,158,193); }
H1.HeaderClassName
{
color: #C69EC1;
}
.AnyTagClassName
{
color: #C69EC1;
}
</style>
background-color css
<style>
a { background-color: #C69EC1; }
a { background-color: rgb(198,158,193); }
div.DivClassName
{
background-color: #C69EC1;
}
.BgClassName
{
background-color: #C69EC1;
}
</style>
border-color css
<style>
span { border-color: #C69EC1; }
span { border-color: rgb(198,158,193); }
td.TdClassName
{
border-color: #C69EC1;
}
.TagClassName
{
border-color: #C69EC1;
}
</style>