Shades of Lilac #C48EBC
Tints of Lilac #C48EBC
RGB
CMYK
RGB Variations
Color information
#C48EBC (or 0xC48EBC) is known color: Lilac. HEX triplet: C4, 8E and BC. RGB value is (196,142,188). Sum of RGB (Red+Green+Blue) = 196+142+188=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EBC is #3B7143. Grayscale: #A3A3A3. Windows color (decimal): -3895620 or 12357316. OLE color: 12357316.
HSL color Cylindrical-coordinate representation of color #C48EBC: hue angle of 308.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48EBC is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 188 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.23 |
| HSL | 308.89º | 0.31% | 0.66% | - |
| HSV(B) | 308.89º | 0.28% | 0.77% | - |
| XYZ | 41.52 | 34.71 | 52.09 | - |
| YUV | 163.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 188 | 0 | 0.28 | 0.04 | 0.23 | 308.89 | 0.31 | 0.66 |
| Hex | C4 | 8E | BC | 0 | 1C | 4 | 17 | 135 | 1F | 42 |
| Octal | 304 | 216 | 274 | 0 | 34 | 4 | 27 | 465 | 37 | 102 |
| Binary | 11000100 | 10001110 | 10111100 | 0 | 11100 | 100 | 10111 | 100110101 | 11111 | 1000010 |
Color Harmonies of #C48EBC
Complementary color
Monochromatic Colors of #C48EBC
Black with #C48EBC
Text Example
Text Example
White with #C48EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48EBC; }
p { color: rgb(196,142,188); }
H1.HeaderClassName
{
color: #C48EBC;
}
.AnyTagClassName
{
color: #C48EBC;
}
</style>
background-color css
<style>
a { background-color: #C48EBC; }
a { background-color: rgb(196,142,188); }
div.DivClassName
{
background-color: #C48EBC;
}
.BgClassName
{
background-color: #C48EBC;
}
</style>
border-color css
<style>
span { border-color: #C48EBC; }
span { border-color: rgb(196,142,188); }
td.TdClassName
{
border-color: #C48EBC;
}
.TagClassName
{
border-color: #C48EBC;
}
</style>