Shades of Lilac #C48BCB
Tints of Lilac #C48BCB
RGB
CMYK
RGB Variations
Color information
#C48BCB (or 0xC48BCB) is known color: Lilac. HEX triplet: C4, 8B and CB. RGB value is (196,139,203). Sum of RGB (Red+Green+Blue) = 196+139+203=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #C48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCB is #3B7434. Grayscale: #A3A3A3. Windows color (decimal): -3896373 or 13339588. OLE color: 13339588.
HSL color Cylindrical-coordinate representation of color #C48BCB: hue angle of 293.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48BCB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 139 | 203 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.20 |
| HSL | 293.44º | 0.38% | 0.67% | - |
| HSV(B) | 293.44º | 0.32% | 0.8% | - |
| XYZ | 42.78 | 34.51 | 60.91 | - |
| YUV | 163.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 203 | 0.03 | 0.32 | 0 | 0.20 | 293.44 | 0.38 | 0.67 |
| Hex | C4 | 8B | CB | 3 | 20 | 0 | 14 | 125 | 26 | 43 |
| Octal | 304 | 213 | 313 | 3 | 40 | 0 | 24 | 445 | 46 | 103 |
| Binary | 11000100 | 10001011 | 11001011 | 11 | 100000 | 0 | 10100 | 100100101 | 100110 | 1000011 |
Color Harmonies of #C48BCB
Complementary color
Monochromatic Colors of #C48BCB
Black with #C48BCB
Text Example
Text Example
White with #C48BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BCB; }
p { color: rgb(196,139,203); }
H1.HeaderClassName
{
color: #C48BCB;
}
.AnyTagClassName
{
color: #C48BCB;
}
</style>
background-color css
<style>
a { background-color: #C48BCB; }
a { background-color: rgb(196,139,203); }
div.DivClassName
{
background-color: #C48BCB;
}
.BgClassName
{
background-color: #C48BCB;
}
</style>
border-color css
<style>
span { border-color: #C48BCB; }
span { border-color: rgb(196,139,203); }
td.TdClassName
{
border-color: #C48BCB;
}
.TagClassName
{
border-color: #C48BCB;
}
</style>