Shades of Lilac #C48ECD
Tints of Lilac #C48ECD
RGB
CMYK
RGB Variations
Color information
#C48ECD (or 0xC48ECD) is known color: Lilac. HEX triplet: C4, 8E and CD. RGB value is (196,142,205). Sum of RGB (Red+Green+Blue) = 196+142+205=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECD is #3B7132. Grayscale: #A5A5A5. Windows color (decimal): -3895603 or 13471428. OLE color: 13471428.
HSL color Cylindrical-coordinate representation of color #C48ECD: hue angle of 291.43º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48ECD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 142 | 205 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.20 |
| HSL | 291.43º | 0.39% | 0.68% | - |
| HSV(B) | 291.43º | 0.31% | 0.8% | - |
| XYZ | 43.46 | 35.49 | 62.32 | - |
| YUV | 165.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 205 | 0.04 | 0.31 | 0 | 0.20 | 291.43 | 0.39 | 0.68 |
| Hex | C4 | 8E | CD | 4 | 1F | 0 | 14 | 123 | 27 | 44 |
| Octal | 304 | 216 | 315 | 4 | 37 | 0 | 24 | 443 | 47 | 104 |
| Binary | 11000100 | 10001110 | 11001101 | 100 | 11111 | 0 | 10100 | 100100011 | 100111 | 1000100 |
Color Harmonies of #C48ECD
Complementary color
Monochromatic Colors of #C48ECD
Black with #C48ECD
Text Example
Text Example
White with #C48ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48ECD; }
p { color: rgb(196,142,205); }
H1.HeaderClassName
{
color: #C48ECD;
}
.AnyTagClassName
{
color: #C48ECD;
}
</style>
background-color css
<style>
a { background-color: #C48ECD; }
a { background-color: rgb(196,142,205); }
div.DivClassName
{
background-color: #C48ECD;
}
.BgClassName
{
background-color: #C48ECD;
}
</style>
border-color css
<style>
span { border-color: #C48ECD; }
span { border-color: rgb(196,142,205); }
td.TdClassName
{
border-color: #C48ECD;
}
.TagClassName
{
border-color: #C48ECD;
}
</style>