Shades of Lilac #C48DBD
Tints of Lilac #C48DBD
RGB
CMYK
RGB Variations
Color information
#C48DBD (or 0xC48DBD) is known color: Lilac. HEX triplet: C4, 8D and BD. RGB value is (196,141,189). Sum of RGB (Red+Green+Blue) = 196+141+189=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DBD is #3B7242. Grayscale: #A2A2A2. Windows color (decimal): -3895875 or 12422596. OLE color: 12422596.
HSL color Cylindrical-coordinate representation of color #C48DBD: hue angle of 307.64º degrees, saturation: 0.32, 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 #C48DBD is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 189 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.23 |
| HSL | 307.64º | 0.32% | 0.66% | - |
| HSV(B) | 307.64º | 0.28% | 0.77% | - |
| XYZ | 41.48 | 34.46 | 52.61 | - |
| YUV | 162.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 189 | 0 | 0.28 | 0.04 | 0.23 | 307.64 | 0.32 | 0.66 |
| Hex | C4 | 8D | BD | 0 | 1C | 4 | 17 | 134 | 20 | 42 |
| Octal | 304 | 215 | 275 | 0 | 34 | 4 | 27 | 464 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10111101 | 0 | 11100 | 100 | 10111 | 100110100 | 100000 | 1000010 |
Color Harmonies of #C48DBD
Complementary color
Monochromatic Colors of #C48DBD
Black with #C48DBD
Text Example
Text Example
White with #C48DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DBD; }
p { color: rgb(196,141,189); }
H1.HeaderClassName
{
color: #C48DBD;
}
.AnyTagClassName
{
color: #C48DBD;
}
</style>
background-color css
<style>
a { background-color: #C48DBD; }
a { background-color: rgb(196,141,189); }
div.DivClassName
{
background-color: #C48DBD;
}
.BgClassName
{
background-color: #C48DBD;
}
</style>
border-color css
<style>
span { border-color: #C48DBD; }
span { border-color: rgb(196,141,189); }
td.TdClassName
{
border-color: #C48DBD;
}
.TagClassName
{
border-color: #C48DBD;
}
</style>