Shades of Lilac #C48BBC
Tints of Lilac #C48BBC
RGB
CMYK
RGB Variations
Color information
#C48BBC (or 0xC48BBC) is known color: Lilac. HEX triplet: C4, 8B and BC. RGB value is (196,139,188). Sum of RGB (Red+Green+Blue) = 196+139+188=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BBC is #3B7443. Grayscale: #A1A1A1. Windows color (decimal): -3896388 or 12356548. OLE color: 12356548.
HSL color Cylindrical-coordinate representation of color #C48BBC: hue angle of 308.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48BBC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 188 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.23 |
| HSL | 308.42º | 0.33% | 0.66% | - |
| HSV(B) | 308.42º | 0.29% | 0.77% | - |
| XYZ | 41.07 | 33.83 | 51.94 | - |
| YUV | 161.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 188 | 0 | 0.29 | 0.04 | 0.23 | 308.42 | 0.33 | 0.66 |
| Hex | C4 | 8B | BC | 0 | 1D | 4 | 17 | 134 | 21 | 42 |
| Octal | 304 | 213 | 274 | 0 | 35 | 4 | 27 | 464 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10111100 | 0 | 11101 | 100 | 10111 | 100110100 | 100001 | 1000010 |
Color Harmonies of #C48BBC
Complementary color
Monochromatic Colors of #C48BBC
Black with #C48BBC
Text Example
Text Example
White with #C48BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BBC; }
p { color: rgb(196,139,188); }
H1.HeaderClassName
{
color: #C48BBC;
}
.AnyTagClassName
{
color: #C48BBC;
}
</style>
background-color css
<style>
a { background-color: #C48BBC; }
a { background-color: rgb(196,139,188); }
div.DivClassName
{
background-color: #C48BBC;
}
.BgClassName
{
background-color: #C48BBC;
}
</style>
border-color css
<style>
span { border-color: #C48BBC; }
span { border-color: rgb(196,139,188); }
td.TdClassName
{
border-color: #C48BBC;
}
.TagClassName
{
border-color: #C48BBC;
}
</style>