Shades of Lilac #C48EC1
Tints of Lilac #C48EC1
RGB
CMYK
RGB Variations
Color information
#C48EC1 (or 0xC48EC1) is known color: Lilac. HEX triplet: C4, 8E and C1. RGB value is (196,142,193). Sum of RGB (Red+Green+Blue) = 196+142+193=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EC1 is #3B713E. Grayscale: #A3A3A3. Windows color (decimal): -3895615 or 12684996. OLE color: 12684996.
HSL color Cylindrical-coordinate representation of color #C48EC1: hue angle of 303.33º 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 #C48EC1 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 193 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.23 |
| HSL | 303.33º | 0.31% | 0.66% | - |
| HSV(B) | 303.33º | 0.28% | 0.77% | - |
| XYZ | 42.06 | 34.93 | 54.98 | - |
| YUV | 163.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 193 | 0 | 0.28 | 0.02 | 0.23 | 303.33 | 0.31 | 0.66 |
| Hex | C4 | 8E | C1 | 0 | 1C | 2 | 17 | 12F | 1F | 42 |
| Octal | 304 | 216 | 301 | 0 | 34 | 2 | 27 | 457 | 37 | 102 |
| Binary | 11000100 | 10001110 | 11000001 | 0 | 11100 | 10 | 10111 | 100101111 | 11111 | 1000010 |
Color Harmonies of #C48EC1
Complementary color
Monochromatic Colors of #C48EC1
Black with #C48EC1
Text Example
Text Example
White with #C48EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48EC1; }
p { color: rgb(196,142,193); }
H1.HeaderClassName
{
color: #C48EC1;
}
.AnyTagClassName
{
color: #C48EC1;
}
</style>
background-color css
<style>
a { background-color: #C48EC1; }
a { background-color: rgb(196,142,193); }
div.DivClassName
{
background-color: #C48EC1;
}
.BgClassName
{
background-color: #C48EC1;
}
</style>
border-color css
<style>
span { border-color: #C48EC1; }
span { border-color: rgb(196,142,193); }
td.TdClassName
{
border-color: #C48EC1;
}
.TagClassName
{
border-color: #C48EC1;
}
</style>