Shades of Lilac #C48BCD
Tints of Lilac #C48BCD
RGB
CMYK
RGB Variations
Color information
#C48BCD (or 0xC48BCD) is known color: Lilac. HEX triplet: C4, 8B and CD. RGB value is (196,139,205). Sum of RGB (Red+Green+Blue) = 196+139+205=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCD is #3B7432. Grayscale: #A3A3A3. Windows color (decimal): -3896371 or 13470660. OLE color: 13470660.
HSL color Cylindrical-coordinate representation of color #C48BCD: hue angle of 291.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48BCD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 139 | 205 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.20 |
| HSL | 291.82º | 0.4% | 0.67% | - |
| HSV(B) | 291.82º | 0.32% | 0.8% | - |
| XYZ | 43.02 | 34.61 | 62.17 | - |
| YUV | 163.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 205 | 0.04 | 0.32 | 0 | 0.20 | 291.82 | 0.4 | 0.67 |
| Hex | C4 | 8B | CD | 4 | 20 | 0 | 14 | 124 | 28 | 43 |
| Octal | 304 | 213 | 315 | 4 | 40 | 0 | 24 | 444 | 50 | 103 |
| Binary | 11000100 | 10001011 | 11001101 | 100 | 100000 | 0 | 10100 | 100100100 | 101000 | 1000011 |
Color Harmonies of #C48BCD
Complementary color
Monochromatic Colors of #C48BCD
Black with #C48BCD
Text Example
Text Example
White with #C48BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BCD; }
p { color: rgb(196,139,205); }
H1.HeaderClassName
{
color: #C48BCD;
}
.AnyTagClassName
{
color: #C48BCD;
}
</style>
background-color css
<style>
a { background-color: #C48BCD; }
a { background-color: rgb(196,139,205); }
div.DivClassName
{
background-color: #C48BCD;
}
.BgClassName
{
background-color: #C48BCD;
}
</style>
border-color css
<style>
span { border-color: #C48BCD; }
span { border-color: rgb(196,139,205); }
td.TdClassName
{
border-color: #C48BCD;
}
.TagClassName
{
border-color: #C48BCD;
}
</style>