Shades of Lilac #C48FC0
Tints of Lilac #C48FC0
RGB
CMYK
RGB Variations
Color information
#C48FC0 (or 0xC48FC0) is known color: Lilac. HEX triplet: C4, 8F and C0. RGB value is (196,143,192). Sum of RGB (Red+Green+Blue) = 196+143+192=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FC0 is #3B703F. Grayscale: #A4A4A4. Windows color (decimal): -3895360 or 12619716. OLE color: 12619716.
HSL color Cylindrical-coordinate representation of color #C48FC0: hue angle of 304.53º 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 #C48FC0 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 192 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.23 |
| HSL | 304.53º | 0.31% | 0.66% | - |
| HSV(B) | 304.53º | 0.27% | 0.77% | - |
| XYZ | 42.1 | 35.19 | 54.44 | - |
| YUV | 164.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 192 | 0 | 0.27 | 0.02 | 0.23 | 304.53 | 0.31 | 0.66 |
| Hex | C4 | 8F | C0 | 0 | 1B | 2 | 17 | 131 | 1F | 42 |
| Octal | 304 | 217 | 300 | 0 | 33 | 2 | 27 | 461 | 37 | 102 |
| Binary | 11000100 | 10001111 | 11000000 | 0 | 11011 | 10 | 10111 | 100110001 | 11111 | 1000010 |
Color Harmonies of #C48FC0
Complementary color
Monochromatic Colors of #C48FC0
Black with #C48FC0
Text Example
Text Example
White with #C48FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FC0; }
p { color: rgb(196,143,192); }
H1.HeaderClassName
{
color: #C48FC0;
}
.AnyTagClassName
{
color: #C48FC0;
}
</style>
background-color css
<style>
a { background-color: #C48FC0; }
a { background-color: rgb(196,143,192); }
div.DivClassName
{
background-color: #C48FC0;
}
.BgClassName
{
background-color: #C48FC0;
}
</style>
border-color css
<style>
span { border-color: #C48FC0; }
span { border-color: rgb(196,143,192); }
td.TdClassName
{
border-color: #C48FC0;
}
.TagClassName
{
border-color: #C48FC0;
}
</style>