Shades of Lilac #C48DBE
Tints of Lilac #C48DBE
RGB
CMYK
RGB Variations
Color information
#C48DBE (or 0xC48DBE) is known color: Lilac. HEX triplet: C4, 8D and BE. RGB value is (196,141,190). Sum of RGB (Red+Green+Blue) = 196+141+190=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DBE is #3B7241. Grayscale: #A2A2A2. Windows color (decimal): -3895874 or 12488132. OLE color: 12488132.
HSL color Cylindrical-coordinate representation of color #C48DBE: hue angle of 306.55º 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 #C48DBE is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 190 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.23 |
| HSL | 306.55º | 0.32% | 0.66% | - |
| HSV(B) | 306.55º | 0.28% | 0.77% | - |
| XYZ | 41.58 | 34.5 | 53.18 | - |
| YUV | 163.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 190 | 0 | 0.28 | 0.03 | 0.23 | 306.55 | 0.32 | 0.66 |
| Hex | C4 | 8D | BE | 0 | 1C | 3 | 17 | 133 | 20 | 42 |
| Octal | 304 | 215 | 276 | 0 | 34 | 3 | 27 | 463 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10111110 | 0 | 11100 | 11 | 10111 | 100110011 | 100000 | 1000010 |
Color Harmonies of #C48DBE
Complementary color
Monochromatic Colors of #C48DBE
Black with #C48DBE
Text Example
Text Example
White with #C48DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DBE; }
p { color: rgb(196,141,190); }
H1.HeaderClassName
{
color: #C48DBE;
}
.AnyTagClassName
{
color: #C48DBE;
}
</style>
background-color css
<style>
a { background-color: #C48DBE; }
a { background-color: rgb(196,141,190); }
div.DivClassName
{
background-color: #C48DBE;
}
.BgClassName
{
background-color: #C48DBE;
}
</style>
border-color css
<style>
span { border-color: #C48DBE; }
span { border-color: rgb(196,141,190); }
td.TdClassName
{
border-color: #C48DBE;
}
.TagClassName
{
border-color: #C48DBE;
}
</style>