Shades of Lilac #C48BC8
Tints of Lilac #C48BC8
RGB
CMYK
RGB Variations
Color information
#C48BC8 (or 0xC48BC8) is known color: Lilac. HEX triplet: C4, 8B and C8. RGB value is (196,139,200). Sum of RGB (Red+Green+Blue) = 196+139+200=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #C48BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BC8 is #3B7437. Grayscale: #A2A2A2. Windows color (decimal): -3896376 or 13142980. OLE color: 13142980.
HSL color Cylindrical-coordinate representation of color #C48BC8: hue angle of 296.07º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48BC8 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 139 | 200 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.22 |
| HSL | 296.07º | 0.36% | 0.66% | - |
| HSV(B) | 296.07º | 0.31% | 0.78% | - |
| XYZ | 42.42 | 34.37 | 59.04 | - |
| YUV | 163 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 200 | 0.02 | 0.30 | 0 | 0.22 | 296.07 | 0.36 | 0.66 |
| Hex | C4 | 8B | C8 | 2 | 1E | 0 | 16 | 128 | 24 | 42 |
| Octal | 304 | 213 | 310 | 2 | 36 | 0 | 26 | 450 | 44 | 102 |
| Binary | 11000100 | 10001011 | 11001000 | 10 | 11110 | 0 | 10110 | 100101000 | 100100 | 1000010 |
Color Harmonies of #C48BC8
Complementary color
Monochromatic Colors of #C48BC8
Black with #C48BC8
Text Example
Text Example
White with #C48BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BC8; }
p { color: rgb(196,139,200); }
H1.HeaderClassName
{
color: #C48BC8;
}
.AnyTagClassName
{
color: #C48BC8;
}
</style>
background-color css
<style>
a { background-color: #C48BC8; }
a { background-color: rgb(196,139,200); }
div.DivClassName
{
background-color: #C48BC8;
}
.BgClassName
{
background-color: #C48BC8;
}
</style>
border-color css
<style>
span { border-color: #C48BC8; }
span { border-color: rgb(196,139,200); }
td.TdClassName
{
border-color: #C48BC8;
}
.TagClassName
{
border-color: #C48BC8;
}
</style>