Shades of Lilac #C48CBC
Tints of Lilac #C48CBC
RGB
CMYK
RGB Variations
Color information
#C48CBC (or 0xC48CBC) is known color: Lilac. HEX triplet: C4, 8C and BC. RGB value is (196,140,188). Sum of RGB (Red+Green+Blue) = 196+140+188=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CBC is #3B7343. Grayscale: #A2A2A2. Windows color (decimal): -3896132 or 12356804. OLE color: 12356804.
HSL color Cylindrical-coordinate representation of color #C48CBC: hue angle of 308.57º degrees, saturation: 0.32, 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 #C48CBC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 188 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.23 |
| HSL | 308.57º | 0.32% | 0.66% | - |
| HSV(B) | 308.57º | 0.29% | 0.77% | - |
| XYZ | 41.22 | 34.12 | 51.99 | - |
| YUV | 162.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 188 | 0 | 0.29 | 0.04 | 0.23 | 308.57 | 0.32 | 0.66 |
| Hex | C4 | 8C | BC | 0 | 1D | 4 | 17 | 135 | 20 | 42 |
| Octal | 304 | 214 | 274 | 0 | 35 | 4 | 27 | 465 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10111100 | 0 | 11101 | 100 | 10111 | 100110101 | 100000 | 1000010 |
Color Harmonies of #C48CBC
Complementary color
Monochromatic Colors of #C48CBC
Black with #C48CBC
Text Example
Text Example
White with #C48CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48CBC; }
p { color: rgb(196,140,188); }
H1.HeaderClassName
{
color: #C48CBC;
}
.AnyTagClassName
{
color: #C48CBC;
}
</style>
background-color css
<style>
a { background-color: #C48CBC; }
a { background-color: rgb(196,140,188); }
div.DivClassName
{
background-color: #C48CBC;
}
.BgClassName
{
background-color: #C48CBC;
}
</style>
border-color css
<style>
span { border-color: #C48CBC; }
span { border-color: rgb(196,140,188); }
td.TdClassName
{
border-color: #C48CBC;
}
.TagClassName
{
border-color: #C48CBC;
}
</style>