Shades of Lilac #C48BBE
Tints of Lilac #C48BBE
RGB
CMYK
RGB Variations
Color information
#C48BBE (or 0xC48BBE) is known color: Lilac. HEX triplet: C4, 8B and BE. RGB value is (196,139,190). Sum of RGB (Red+Green+Blue) = 196+139+190=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BBE is #3B7441. Grayscale: #A1A1A1. Windows color (decimal): -3896386 or 12487620. OLE color: 12487620.
HSL color Cylindrical-coordinate representation of color #C48BBE: hue angle of 306.32º 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 #C48BBE is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 190 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.23 |
| HSL | 306.32º | 0.33% | 0.66% | - |
| HSV(B) | 306.32º | 0.29% | 0.77% | - |
| XYZ | 41.29 | 33.92 | 53.09 | - |
| YUV | 161.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 190 | 0 | 0.29 | 0.03 | 0.23 | 306.32 | 0.33 | 0.66 |
| Hex | C4 | 8B | BE | 0 | 1D | 3 | 17 | 132 | 21 | 42 |
| Octal | 304 | 213 | 276 | 0 | 35 | 3 | 27 | 462 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10111110 | 0 | 11101 | 11 | 10111 | 100110010 | 100001 | 1000010 |
Color Harmonies of #C48BBE
Complementary color
Monochromatic Colors of #C48BBE
Black with #C48BBE
Text Example
Text Example
White with #C48BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BBE; }
p { color: rgb(196,139,190); }
H1.HeaderClassName
{
color: #C48BBE;
}
.AnyTagClassName
{
color: #C48BBE;
}
</style>
background-color css
<style>
a { background-color: #C48BBE; }
a { background-color: rgb(196,139,190); }
div.DivClassName
{
background-color: #C48BBE;
}
.BgClassName
{
background-color: #C48BBE;
}
</style>
border-color css
<style>
span { border-color: #C48BBE; }
span { border-color: rgb(196,139,190); }
td.TdClassName
{
border-color: #C48BBE;
}
.TagClassName
{
border-color: #C48BBE;
}
</style>