Shades of Lilac #C48DCB
Tints of Lilac #C48DCB
RGB
CMYK
RGB Variations
Color information
#C48DCB (or 0xC48DCB) is known color: Lilac. HEX triplet: C4, 8D and CB. RGB value is (196,141,203). Sum of RGB (Red+Green+Blue) = 196+141+203=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #C48DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DCB is #3B7234. Grayscale: #A4A4A4. Windows color (decimal): -3895861 or 13340100. OLE color: 13340100.
HSL color Cylindrical-coordinate representation of color #C48DCB: hue angle of 293.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48DCB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 141 | 203 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.20 |
| HSL | 293.23º | 0.37% | 0.67% | - |
| HSV(B) | 293.23º | 0.31% | 0.8% | - |
| XYZ | 43.07 | 35.1 | 61 | - |
| YUV | 164.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 203 | 0.03 | 0.31 | 0 | 0.20 | 293.23 | 0.37 | 0.67 |
| Hex | C4 | 8D | CB | 3 | 1F | 0 | 14 | 125 | 25 | 43 |
| Octal | 304 | 215 | 313 | 3 | 37 | 0 | 24 | 445 | 45 | 103 |
| Binary | 11000100 | 10001101 | 11001011 | 11 | 11111 | 0 | 10100 | 100100101 | 100101 | 1000011 |
Color Harmonies of #C48DCB
Complementary color
Monochromatic Colors of #C48DCB
Black with #C48DCB
Text Example
Text Example
White with #C48DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DCB; }
p { color: rgb(196,141,203); }
H1.HeaderClassName
{
color: #C48DCB;
}
.AnyTagClassName
{
color: #C48DCB;
}
</style>
background-color css
<style>
a { background-color: #C48DCB; }
a { background-color: rgb(196,141,203); }
div.DivClassName
{
background-color: #C48DCB;
}
.BgClassName
{
background-color: #C48DCB;
}
</style>
border-color css
<style>
span { border-color: #C48DCB; }
span { border-color: rgb(196,141,203); }
td.TdClassName
{
border-color: #C48DCB;
}
.TagClassName
{
border-color: #C48DCB;
}
</style>