Shades of Lilac #C48ACC
Tints of Lilac #C48ACC
RGB
CMYK
RGB Variations
Color information
#C48ACC (or 0xC48ACC) is known color: Lilac. HEX triplet: C4, 8A and CC. RGB value is (196,138,204). Sum of RGB (Red+Green+Blue) = 196+138+204=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ACC is #3B7533. Grayscale: #A2A2A2. Windows color (decimal): -3896628 or 13404868. OLE color: 13404868.
HSL color Cylindrical-coordinate representation of color #C48ACC: hue angle of 292.73º degrees, saturation: 0.39, 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 #C48ACC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 138 | 204 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.2 |
| HSL | 292.73º | 0.39% | 0.67% | - |
| HSV(B) | 292.73º | 0.32% | 0.8% | - |
| XYZ | 42.75 | 34.27 | 61.49 | - |
| YUV | 162.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 204 | 0.04 | 0.32 | 0 | 0.2 | 292.73 | 0.39 | 0.67 |
| Hex | C4 | 8A | CC | 4 | 20 | 0 | 14 | 125 | 27 | 43 |
| Octal | 304 | 212 | 314 | 4 | 40 | 0 | 24 | 445 | 47 | 103 |
| Binary | 11000100 | 10001010 | 11001100 | 100 | 100000 | 0 | 10100 | 100100101 | 100111 | 1000011 |
Color Harmonies of #C48ACC
Complementary color
Monochromatic Colors of #C48ACC
Black with #C48ACC
Text Example
Text Example
White with #C48ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48ACC; }
p { color: rgb(196,138,204); }
H1.HeaderClassName
{
color: #C48ACC;
}
.AnyTagClassName
{
color: #C48ACC;
}
</style>
background-color css
<style>
a { background-color: #C48ACC; }
a { background-color: rgb(196,138,204); }
div.DivClassName
{
background-color: #C48ACC;
}
.BgClassName
{
background-color: #C48ACC;
}
</style>
border-color css
<style>
span { border-color: #C48ACC; }
span { border-color: rgb(196,138,204); }
td.TdClassName
{
border-color: #C48ACC;
}
.TagClassName
{
border-color: #C48ACC;
}
</style>