Shades of Lilac #C48EBB
Tints of Lilac #C48EBB
RGB
CMYK
RGB Variations
Color information
#C48EBB (or 0xC48EBB) is known color: Lilac. HEX triplet: C4, 8E and BB. RGB value is (196,142,187). Sum of RGB (Red+Green+Blue) = 196+142+187=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EBB is #3B7144. Grayscale: #A3A3A3. Windows color (decimal): -3895621 or 12291780. OLE color: 12291780.
HSL color Cylindrical-coordinate representation of color #C48EBB: hue angle of 310º 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 #C48EBB is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 187 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.23 |
| HSL | 310º | 0.31% | 0.66% | - |
| HSV(B) | 310º | 0.28% | 0.77% | - |
| XYZ | 41.41 | 34.67 | 51.52 | - |
| YUV | 163.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 187 | 0 | 0.28 | 0.05 | 0.23 | 310 | 0.31 | 0.66 |
| Hex | C4 | 8E | BB | 0 | 1C | 5 | 17 | 136 | 1F | 42 |
| Octal | 304 | 216 | 273 | 0 | 34 | 5 | 27 | 466 | 37 | 102 |
| Binary | 11000100 | 10001110 | 10111011 | 0 | 11100 | 101 | 10111 | 100110110 | 11111 | 1000010 |
Color Harmonies of #C48EBB
Complementary color
Monochromatic Colors of #C48EBB
Black with #C48EBB
Text Example
Text Example
White with #C48EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48EBB; }
p { color: rgb(196,142,187); }
H1.HeaderClassName
{
color: #C48EBB;
}
.AnyTagClassName
{
color: #C48EBB;
}
</style>
background-color css
<style>
a { background-color: #C48EBB; }
a { background-color: rgb(196,142,187); }
div.DivClassName
{
background-color: #C48EBB;
}
.BgClassName
{
background-color: #C48EBB;
}
</style>
border-color css
<style>
span { border-color: #C48EBB; }
span { border-color: rgb(196,142,187); }
td.TdClassName
{
border-color: #C48EBB;
}
.TagClassName
{
border-color: #C48EBB;
}
</style>