Shades of Lilac #C68ECE
Tints of Lilac #C68ECE
RGB
CMYK
RGB Variations
Color information
#C68ECE (or 0xC68ECE) is known color: Lilac. HEX triplet: C6, 8E and CE. RGB value is (198,142,206). Sum of RGB (Red+Green+Blue) = 198+142+206=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #C68ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ECE is #397131. Grayscale: #A5A5A5. Windows color (decimal): -3764530 or 13536966. OLE color: 13536966.
HSL color Cylindrical-coordinate representation of color #C68ECE: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68ECE is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 198 | 142 | 206 | - |
CMYK | 0.04 | 0.31 | 0 | 0.19 |
HSL | 292.5º | 0.4% | 0.68% | - |
HSV(B) | 292.5º | 0.31% | 0.81% | - |
XYZ | 44.1 | 35.81 | 62.98 | - |
YUV | 166.04 | 150.55 | 150.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 142 | 206 | 0.04 | 0.31 | 0 | 0.19 | 292.5 | 0.4 | 0.68 |
Hex | C6 | 8E | CE | 4 | 1F | 0 | 13 | 124 | 28 | 44 |
Octal | 306 | 216 | 316 | 4 | 37 | 0 | 23 | 444 | 50 | 104 |
Binary | 11000110 | 10001110 | 11001110 | 100 | 11111 | 0 | 10011 | 100100100 | 101000 | 1000100 |
Color Harmonies of #C68ECE
Complementary color
Monochromatic Colors of #C68ECE
Black with #C68ECE
Text Example
Text Example
White with #C68ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68ECE; }
p { color: rgb(198,142,206); }
H1.HeaderClassName
{
color: #C68ECE;
}
.AnyTagClassName
{
color: #C68ECE;
}
</style>
background-color css
<style>
a { background-color: #C68ECE; }
a { background-color: rgb(198,142,206); }
div.DivClassName
{
background-color: #C68ECE;
}
.BgClassName
{
background-color: #C68ECE;
}
</style>
border-color css
<style>
span { border-color: #C68ECE; }
span { border-color: rgb(198,142,206); }
td.TdClassName
{
border-color: #C68ECE;
}
.TagClassName
{
border-color: #C68ECE;
}
</style>