Shades of Lilac #C69EC3
Tints of Lilac #C69EC3
RGB
CMYK
RGB Variations
Color information
#C69EC3 (or 0xC69EC3) is known color: Lilac. HEX triplet: C6, 9E and C3. RGB value is (198,158,195). Sum of RGB (Red+Green+Blue) = 198+158+195=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EC3 is #39613C. Grayscale: #AEAEAE. Windows color (decimal): -3760445 or 12820166. OLE color: 12820166.
HSL color Cylindrical-coordinate representation of color #C69EC3: hue angle of 304.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 #C69EC3 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 195 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.22 |
| HSL | 304.5º | 0.26% | 0.7% | - |
| HSV(B) | 304.5º | 0.2% | 0.78% | - |
| XYZ | 45.37 | 40.4 | 57.04 | - |
| YUV | 174.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 195 | 0 | 0.20 | 0.02 | 0.22 | 304.5 | 0.26 | 0.7 |
| Hex | C6 | 9E | C3 | 0 | 14 | 2 | 16 | 130 | 1A | 46 |
| Octal | 306 | 236 | 303 | 0 | 24 | 2 | 26 | 460 | 32 | 106 |
| Binary | 11000110 | 10011110 | 11000011 | 0 | 10100 | 10 | 10110 | 100110000 | 11010 | 1000110 |
Color Harmonies of #C69EC3
Complementary color
Monochromatic Colors of #C69EC3
Black with #C69EC3
Text Example
Text Example
White with #C69EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EC3; }
p { color: rgb(198,158,195); }
H1.HeaderClassName
{
color: #C69EC3;
}
.AnyTagClassName
{
color: #C69EC3;
}
</style>
background-color css
<style>
a { background-color: #C69EC3; }
a { background-color: rgb(198,158,195); }
div.DivClassName
{
background-color: #C69EC3;
}
.BgClassName
{
background-color: #C69EC3;
}
</style>
border-color css
<style>
span { border-color: #C69EC3; }
span { border-color: rgb(198,158,195); }
td.TdClassName
{
border-color: #C69EC3;
}
.TagClassName
{
border-color: #C69EC3;
}
</style>