Shades of Lilac #C48DCC
Tints of Lilac #C48DCC
RGB
CMYK
RGB Variations
Color information
#C48DCC (or 0xC48DCC) is known color: Lilac. HEX triplet: C4, 8D and CC. RGB value is (196,141,204). Sum of RGB (Red+Green+Blue) = 196+141+204=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCC is #3B7233. Grayscale: #A4A4A4. Windows color (decimal): -3895860 or 13405636. OLE color: 13405636.
HSL color Cylindrical-coordinate representation of color #C48DCC: hue angle of 292.38º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48DCC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 141 | 204 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.2 |
| HSL | 292.38º | 0.38% | 0.68% | - |
| HSV(B) | 292.38º | 0.31% | 0.8% | - |
| XYZ | 43.19 | 35.15 | 61.63 | - |
| YUV | 164.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 204 | 0.04 | 0.31 | 0 | 0.2 | 292.38 | 0.38 | 0.68 |
| Hex | C4 | 8D | CC | 4 | 1F | 0 | 14 | 124 | 26 | 44 |
| Octal | 304 | 215 | 314 | 4 | 37 | 0 | 24 | 444 | 46 | 104 |
| Binary | 11000100 | 10001101 | 11001100 | 100 | 11111 | 0 | 10100 | 100100100 | 100110 | 1000100 |
Color Harmonies of #C48DCC
Complementary color
Monochromatic Colors of #C48DCC
Black with #C48DCC
Text Example
Text Example
White with #C48DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DCC; }
p { color: rgb(196,141,204); }
H1.HeaderClassName
{
color: #C48DCC;
}
.AnyTagClassName
{
color: #C48DCC;
}
</style>
background-color css
<style>
a { background-color: #C48DCC; }
a { background-color: rgb(196,141,204); }
div.DivClassName
{
background-color: #C48DCC;
}
.BgClassName
{
background-color: #C48DCC;
}
</style>
border-color css
<style>
span { border-color: #C48DCC; }
span { border-color: rgb(196,141,204); }
td.TdClassName
{
border-color: #C48DCC;
}
.TagClassName
{
border-color: #C48DCC;
}
</style>