Shades of Lilac #C48FBC
Tints of Lilac #C48FBC
RGB
CMYK
RGB Variations
Color information
#C48FBC (or 0xC48FBC) is known color: Lilac. HEX triplet: C4, 8F and BC. RGB value is (196,143,188). Sum of RGB (Red+Green+Blue) = 196+143+188=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBC is #3B7043. Grayscale: #A3A3A3. Windows color (decimal): -3895364 or 12357572. OLE color: 12357572.
HSL color Cylindrical-coordinate representation of color #C48FBC: hue angle of 309.06º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FBC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 188 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.23 |
| HSL | 309.06º | 0.31% | 0.66% | - |
| HSV(B) | 309.06º | 0.27% | 0.77% | - |
| XYZ | 41.66 | 35.01 | 52.14 | - |
| YUV | 163.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 188 | 0 | 0.27 | 0.04 | 0.23 | 309.06 | 0.31 | 0.66 |
| Hex | C4 | 8F | BC | 0 | 1B | 4 | 17 | 135 | 1F | 42 |
| Octal | 304 | 217 | 274 | 0 | 33 | 4 | 27 | 465 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10111100 | 0 | 11011 | 100 | 10111 | 100110101 | 11111 | 1000010 |
Color Harmonies of #C48FBC
Complementary color
Monochromatic Colors of #C48FBC
Black with #C48FBC
Text Example
Text Example
White with #C48FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FBC; }
p { color: rgb(196,143,188); }
H1.HeaderClassName
{
color: #C48FBC;
}
.AnyTagClassName
{
color: #C48FBC;
}
</style>
background-color css
<style>
a { background-color: #C48FBC; }
a { background-color: rgb(196,143,188); }
div.DivClassName
{
background-color: #C48FBC;
}
.BgClassName
{
background-color: #C48FBC;
}
</style>
border-color css
<style>
span { border-color: #C48FBC; }
span { border-color: rgb(196,143,188); }
td.TdClassName
{
border-color: #C48FBC;
}
.TagClassName
{
border-color: #C48FBC;
}
</style>