Shades of Lilac #C48BC6
Tints of Lilac #C48BC6
RGB
CMYK
RGB Variations
Color information
#C48BC6 (or 0xC48BC6) is known color: Lilac. HEX triplet: C4, 8B and C6. RGB value is (196,139,198). Sum of RGB (Red+Green+Blue) = 196+139+198=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #C48BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BC6 is #3B7439. Grayscale: #A2A2A2. Windows color (decimal): -3896378 or 13011908. OLE color: 13011908.
HSL color Cylindrical-coordinate representation of color #C48BC6: hue angle of 297.97º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48BC6 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 139 | 198 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.22 |
| HSL | 297.97º | 0.34% | 0.66% | - |
| HSV(B) | 297.97º | 0.3% | 0.78% | - |
| XYZ | 42.19 | 34.28 | 57.82 | - |
| YUV | 162.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 198 | 0.01 | 0.30 | 0 | 0.22 | 297.97 | 0.34 | 0.66 |
| Hex | C4 | 8B | C6 | 1 | 1E | 0 | 16 | 12A | 22 | 42 |
| Octal | 304 | 213 | 306 | 1 | 36 | 0 | 26 | 452 | 42 | 102 |
| Binary | 11000100 | 10001011 | 11000110 | 1 | 11110 | 0 | 10110 | 100101010 | 100010 | 1000010 |
Color Harmonies of #C48BC6
Complementary color
Monochromatic Colors of #C48BC6
Black with #C48BC6
Text Example
Text Example
White with #C48BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BC6; }
p { color: rgb(196,139,198); }
H1.HeaderClassName
{
color: #C48BC6;
}
.AnyTagClassName
{
color: #C48BC6;
}
</style>
background-color css
<style>
a { background-color: #C48BC6; }
a { background-color: rgb(196,139,198); }
div.DivClassName
{
background-color: #C48BC6;
}
.BgClassName
{
background-color: #C48BC6;
}
</style>
border-color css
<style>
span { border-color: #C48BC6; }
span { border-color: rgb(196,139,198); }
td.TdClassName
{
border-color: #C48BC6;
}
.TagClassName
{
border-color: #C48BC6;
}
</style>