Shades of Lilac #C48BCE
Tints of Lilac #C48BCE
RGB
CMYK
RGB Variations
Color information
#C48BCE (or 0xC48BCE) is known color: Lilac. HEX triplet: C4, 8B and CE. RGB value is (196,139,206). Sum of RGB (Red+Green+Blue) = 196+139+206=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #C48BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCE is #3B7431. Grayscale: #A3A3A3. Windows color (decimal): -3896370 or 13536196. OLE color: 13536196.
HSL color Cylindrical-coordinate representation of color #C48BCE: hue angle of 291.04º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48BCE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 139 | 206 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.19 |
| HSL | 291.04º | 0.41% | 0.68% | - |
| HSV(B) | 291.04º | 0.33% | 0.81% | - |
| XYZ | 43.14 | 34.66 | 62.81 | - |
| YUV | 163.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 206 | 0.05 | 0.33 | 0 | 0.19 | 291.04 | 0.41 | 0.68 |
| Hex | C4 | 8B | CE | 5 | 21 | 0 | 13 | 123 | 29 | 44 |
| Octal | 304 | 213 | 316 | 5 | 41 | 0 | 23 | 443 | 51 | 104 |
| Binary | 11000100 | 10001011 | 11001110 | 101 | 100001 | 0 | 10011 | 100100011 | 101001 | 1000100 |
Color Harmonies of #C48BCE
Complementary color
Monochromatic Colors of #C48BCE
Black with #C48BCE
Text Example
Text Example
White with #C48BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BCE; }
p { color: rgb(196,139,206); }
H1.HeaderClassName
{
color: #C48BCE;
}
.AnyTagClassName
{
color: #C48BCE;
}
</style>
background-color css
<style>
a { background-color: #C48BCE; }
a { background-color: rgb(196,139,206); }
div.DivClassName
{
background-color: #C48BCE;
}
.BgClassName
{
background-color: #C48BCE;
}
</style>
border-color css
<style>
span { border-color: #C48BCE; }
span { border-color: rgb(196,139,206); }
td.TdClassName
{
border-color: #C48BCE;
}
.TagClassName
{
border-color: #C48BCE;
}
</style>