Shades of Lilac #C48AC0
Tints of Lilac #C48AC0
RGB
CMYK
RGB Variations
Color information
#C48AC0 (or 0xC48AC0) is known color: Lilac. HEX triplet: C4, 8A and C0. RGB value is (196,138,192). Sum of RGB (Red+Green+Blue) = 196+138+192=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AC0 is #3B753F. Grayscale: #A1A1A1. Windows color (decimal): -3896640 or 12618436. OLE color: 12618436.
HSL color Cylindrical-coordinate representation of color #C48AC0: hue angle of 304.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AC0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 192 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.23 |
| HSL | 304.14º | 0.33% | 0.65% | - |
| HSV(B) | 304.14º | 0.3% | 0.77% | - |
| XYZ | 41.37 | 33.72 | 54.2 | - |
| YUV | 161.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 192 | 0 | 0.30 | 0.02 | 0.23 | 304.14 | 0.33 | 0.65 |
| Hex | C4 | 8A | C0 | 0 | 1E | 2 | 17 | 130 | 21 | 41 |
| Octal | 304 | 212 | 300 | 0 | 36 | 2 | 27 | 460 | 41 | 101 |
| Binary | 11000100 | 10001010 | 11000000 | 0 | 11110 | 10 | 10111 | 100110000 | 100001 | 1000001 |
Color Harmonies of #C48AC0
Complementary color
Monochromatic Colors of #C48AC0
Black with #C48AC0
Text Example
Text Example
White with #C48AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AC0; }
p { color: rgb(196,138,192); }
H1.HeaderClassName
{
color: #C48AC0;
}
.AnyTagClassName
{
color: #C48AC0;
}
</style>
background-color css
<style>
a { background-color: #C48AC0; }
a { background-color: rgb(196,138,192); }
div.DivClassName
{
background-color: #C48AC0;
}
.BgClassName
{
background-color: #C48AC0;
}
</style>
border-color css
<style>
span { border-color: #C48AC0; }
span { border-color: rgb(196,138,192); }
td.TdClassName
{
border-color: #C48AC0;
}
.TagClassName
{
border-color: #C48AC0;
}
</style>