Shades of Lilac #C69EC5
Tints of Lilac #C69EC5
RGB
CMYK
RGB Variations
Color information
#C69EC5 (or 0xC69EC5) is known color: Lilac. HEX triplet: C6, 9E and C5. RGB value is (198,158,197). Sum of RGB (Red+Green+Blue) = 198+158+197=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EC5 is #39613A. Grayscale: #AEAEAE. Windows color (decimal): -3760443 or 12951238. OLE color: 12951238.
HSL color Cylindrical-coordinate representation of color #C69EC5: hue angle of 301.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 #C69EC5 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 197 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.22 |
| HSL | 301.5º | 0.26% | 0.7% | - |
| HSV(B) | 301.5º | 0.2% | 0.78% | - |
| XYZ | 45.59 | 40.49 | 58.24 | - |
| YUV | 174.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 197 | 0 | 0.20 | 0.01 | 0.22 | 301.5 | 0.26 | 0.7 |
| Hex | C6 | 9E | C5 | 0 | 14 | 1 | 16 | 12E | 1A | 46 |
| Octal | 306 | 236 | 305 | 0 | 24 | 1 | 26 | 456 | 32 | 106 |
| Binary | 11000110 | 10011110 | 11000101 | 0 | 10100 | 1 | 10110 | 100101110 | 11010 | 1000110 |
Color Harmonies of #C69EC5
Complementary color
Monochromatic Colors of #C69EC5
Black with #C69EC5
Text Example
Text Example
White with #C69EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EC5; }
p { color: rgb(198,158,197); }
H1.HeaderClassName
{
color: #C69EC5;
}
.AnyTagClassName
{
color: #C69EC5;
}
</style>
background-color css
<style>
a { background-color: #C69EC5; }
a { background-color: rgb(198,158,197); }
div.DivClassName
{
background-color: #C69EC5;
}
.BgClassName
{
background-color: #C69EC5;
}
</style>
border-color css
<style>
span { border-color: #C69EC5; }
span { border-color: rgb(198,158,197); }
td.TdClassName
{
border-color: #C69EC5;
}
.TagClassName
{
border-color: #C69EC5;
}
</style>