Shades of Lilac #C48FC5
Tints of Lilac #C48FC5
RGB
CMYK
RGB Variations
Color information
#C48FC5 (or 0xC48FC5) is known color: Lilac. HEX triplet: C4, 8F and C5. RGB value is (196,143,197). Sum of RGB (Red+Green+Blue) = 196+143+197=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #C48FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FC5 is #3B703A. Grayscale: #A4A4A4. Windows color (decimal): -3895355 or 12947396. OLE color: 12947396.
HSL color Cylindrical-coordinate representation of color #C48FC5: hue angle of 298.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FC5 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 197 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.23 |
| HSL | 298.89º | 0.32% | 0.67% | - |
| HSV(B) | 298.89º | 0.27% | 0.77% | - |
| XYZ | 42.67 | 35.41 | 57.41 | - |
| YUV | 165 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 197 | 0.01 | 0.27 | 0 | 0.23 | 298.89 | 0.32 | 0.67 |
| Hex | C4 | 8F | C5 | 1 | 1B | 0 | 17 | 12B | 20 | 43 |
| Octal | 304 | 217 | 305 | 1 | 33 | 0 | 27 | 453 | 40 | 103 |
| Binary | 11000100 | 10001111 | 11000101 | 1 | 11011 | 0 | 10111 | 100101011 | 100000 | 1000011 |
Color Harmonies of #C48FC5
Complementary color
Monochromatic Colors of #C48FC5
Black with #C48FC5
Text Example
Text Example
White with #C48FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FC5; }
p { color: rgb(196,143,197); }
H1.HeaderClassName
{
color: #C48FC5;
}
.AnyTagClassName
{
color: #C48FC5;
}
</style>
background-color css
<style>
a { background-color: #C48FC5; }
a { background-color: rgb(196,143,197); }
div.DivClassName
{
background-color: #C48FC5;
}
.BgClassName
{
background-color: #C48FC5;
}
</style>
border-color css
<style>
span { border-color: #C48FC5; }
span { border-color: rgb(196,143,197); }
td.TdClassName
{
border-color: #C48FC5;
}
.TagClassName
{
border-color: #C48FC5;
}
</style>