Shades of Lilac #C48BC2
Tints of Lilac #C48BC2
RGB
CMYK
RGB Variations
Color information
#C48BC2 (or 0xC48BC2) is known color: Lilac. HEX triplet: C4, 8B and C2. RGB value is (196,139,194). Sum of RGB (Red+Green+Blue) = 196+139+194=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BC2 is #3B743D. Grayscale: #A2A2A2. Windows color (decimal): -3896382 or 12749764. OLE color: 12749764.
HSL color Cylindrical-coordinate representation of color #C48BC2: hue angle of 302.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48BC2 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 194 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.23 |
| HSL | 302.11º | 0.33% | 0.66% | - |
| HSV(B) | 302.11º | 0.29% | 0.77% | - |
| XYZ | 41.74 | 34.1 | 55.42 | - |
| YUV | 162.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 194 | 0 | 0.29 | 0.01 | 0.23 | 302.11 | 0.33 | 0.66 |
| Hex | C4 | 8B | C2 | 0 | 1D | 1 | 17 | 12E | 21 | 42 |
| Octal | 304 | 213 | 302 | 0 | 35 | 1 | 27 | 456 | 41 | 102 |
| Binary | 11000100 | 10001011 | 11000010 | 0 | 11101 | 1 | 10111 | 100101110 | 100001 | 1000010 |
Color Harmonies of #C48BC2
Complementary color
Monochromatic Colors of #C48BC2
Black with #C48BC2
Text Example
Text Example
White with #C48BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BC2; }
p { color: rgb(196,139,194); }
H1.HeaderClassName
{
color: #C48BC2;
}
.AnyTagClassName
{
color: #C48BC2;
}
</style>
background-color css
<style>
a { background-color: #C48BC2; }
a { background-color: rgb(196,139,194); }
div.DivClassName
{
background-color: #C48BC2;
}
.BgClassName
{
background-color: #C48BC2;
}
</style>
border-color css
<style>
span { border-color: #C48BC2; }
span { border-color: rgb(196,139,194); }
td.TdClassName
{
border-color: #C48BC2;
}
.TagClassName
{
border-color: #C48BC2;
}
</style>