Shades of Lilac #C48DBF
Tints of Lilac #C48DBF
RGB
CMYK
RGB Variations
Color information
#C48DBF (or 0xC48DBF) is known color: Lilac. HEX triplet: C4, 8D and BF. RGB value is (196,141,191). Sum of RGB (Red+Green+Blue) = 196+141+191=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DBF is #3B7240. Grayscale: #A3A3A3. Windows color (decimal): -3895873 or 12553668. OLE color: 12553668.
HSL color Cylindrical-coordinate representation of color #C48DBF: hue angle of 305.45º 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 #C48DBF is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 191 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.23 |
| HSL | 305.45º | 0.32% | 0.66% | - |
| HSV(B) | 305.45º | 0.28% | 0.77% | - |
| XYZ | 41.69 | 34.55 | 53.76 | - |
| YUV | 163.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 191 | 0 | 0.28 | 0.03 | 0.23 | 305.45 | 0.32 | 0.66 |
| Hex | C4 | 8D | BF | 0 | 1C | 3 | 17 | 131 | 20 | 42 |
| Octal | 304 | 215 | 277 | 0 | 34 | 3 | 27 | 461 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10111111 | 0 | 11100 | 11 | 10111 | 100110001 | 100000 | 1000010 |
Color Harmonies of #C48DBF
Complementary color
Monochromatic Colors of #C48DBF
Black with #C48DBF
Text Example
Text Example
White with #C48DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DBF; }
p { color: rgb(196,141,191); }
H1.HeaderClassName
{
color: #C48DBF;
}
.AnyTagClassName
{
color: #C48DBF;
}
</style>
background-color css
<style>
a { background-color: #C48DBF; }
a { background-color: rgb(196,141,191); }
div.DivClassName
{
background-color: #C48DBF;
}
.BgClassName
{
background-color: #C48DBF;
}
</style>
border-color css
<style>
span { border-color: #C48DBF; }
span { border-color: rgb(196,141,191); }
td.TdClassName
{
border-color: #C48DBF;
}
.TagClassName
{
border-color: #C48DBF;
}
</style>