Shades of Lilac #C48FCD
Tints of Lilac #C48FCD
RGB
CMYK
RGB Variations
Color information
#C48FCD (or 0xC48FCD) is known color: Lilac. HEX triplet: C4, 8F and CD. RGB value is (196,143,205). Sum of RGB (Red+Green+Blue) = 196+143+205=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FCD is #3B7032. Grayscale: #A5A5A5. Windows color (decimal): -3895347 or 13471684. OLE color: 13471684.
HSL color Cylindrical-coordinate representation of color #C48FCD: hue angle of 291.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48FCD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 143 | 205 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.20 |
| HSL | 291.29º | 0.38% | 0.68% | - |
| HSV(B) | 291.29º | 0.3% | 0.8% | - |
| XYZ | 43.61 | 35.79 | 62.37 | - |
| YUV | 165.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 205 | 0.04 | 0.30 | 0 | 0.20 | 291.29 | 0.38 | 0.68 |
| Hex | C4 | 8F | CD | 4 | 1E | 0 | 14 | 123 | 26 | 44 |
| Octal | 304 | 217 | 315 | 4 | 36 | 0 | 24 | 443 | 46 | 104 |
| Binary | 11000100 | 10001111 | 11001101 | 100 | 11110 | 0 | 10100 | 100100011 | 100110 | 1000100 |
Color Harmonies of #C48FCD
Complementary color
Monochromatic Colors of #C48FCD
Black with #C48FCD
Text Example
Text Example
White with #C48FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48FCD; }
p { color: rgb(196,143,205); }
H1.HeaderClassName
{
color: #C48FCD;
}
.AnyTagClassName
{
color: #C48FCD;
}
</style>
background-color css
<style>
a { background-color: #C48FCD; }
a { background-color: rgb(196,143,205); }
div.DivClassName
{
background-color: #C48FCD;
}
.BgClassName
{
background-color: #C48FCD;
}
</style>
border-color css
<style>
span { border-color: #C48FCD; }
span { border-color: rgb(196,143,205); }
td.TdClassName
{
border-color: #C48FCD;
}
.TagClassName
{
border-color: #C48FCD;
}
</style>