Shades of Lilac #C18EBF
Tints of Lilac #C18EBF
RGB
CMYK
RGB Variations
Color information
#C18EBF (or 0xC18EBF) is known color: Lilac. HEX triplet: C1, 8E and BF. RGB value is (193,142,191). Sum of RGB (Red+Green+Blue) = 193+142+191=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EBF is #3E7140. Grayscale: #A2A2A2. Windows color (decimal): -4092225 or 12553921. OLE color: 12553921.
HSL color Cylindrical-coordinate representation of color #C18EBF: hue angle of 302.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18EBF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 142 | 191 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.24 |
| HSL | 302.35º | 0.29% | 0.66% | - |
| HSV(B) | 302.35º | 0.26% | 0.76% | - |
| XYZ | 41.07 | 34.45 | 53.77 | - |
| YUV | 162.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 142 | 191 | 0 | 0.26 | 0.01 | 0.24 | 302.35 | 0.29 | 0.66 |
| Hex | C1 | 8E | BF | 0 | 1A | 1 | 18 | 12E | 1D | 42 |
| Octal | 301 | 216 | 277 | 0 | 32 | 1 | 30 | 456 | 35 | 102 |
| Binary | 11000001 | 10001110 | 10111111 | 0 | 11010 | 1 | 11000 | 100101110 | 11101 | 1000010 |
Color Harmonies of #C18EBF
Complementary color
Monochromatic Colors of #C18EBF
Black with #C18EBF
Text Example
Text Example
White with #C18EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18EBF; }
p { color: rgb(193,142,191); }
H1.HeaderClassName
{
color: #C18EBF;
}
.AnyTagClassName
{
color: #C18EBF;
}
</style>
background-color css
<style>
a { background-color: #C18EBF; }
a { background-color: rgb(193,142,191); }
div.DivClassName
{
background-color: #C18EBF;
}
.BgClassName
{
background-color: #C18EBF;
}
</style>
border-color css
<style>
span { border-color: #C18EBF; }
span { border-color: rgb(193,142,191); }
td.TdClassName
{
border-color: #C18EBF;
}
.TagClassName
{
border-color: #C18EBF;
}
</style>