Shades of Lilac #C48AC1
Tints of Lilac #C48AC1
RGB
CMYK
RGB Variations
Color information
#C48AC1 (or 0xC48AC1) is known color: Lilac. HEX triplet: C4, 8A and C1. RGB value is (196,138,193). Sum of RGB (Red+Green+Blue) = 196+138+193=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AC1 is #3B753E. Grayscale: #A1A1A1. Windows color (decimal): -3896639 or 12683972. OLE color: 12683972.
HSL color Cylindrical-coordinate representation of color #C48AC1: hue angle of 303.1º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AC1 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 193 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.23 |
| HSL | 303.1º | 0.33% | 0.65% | - |
| HSV(B) | 303.1º | 0.3% | 0.77% | - |
| XYZ | 41.48 | 33.76 | 54.78 | - |
| YUV | 161.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 193 | 0 | 0.30 | 0.02 | 0.23 | 303.1 | 0.33 | 0.65 |
| Hex | C4 | 8A | C1 | 0 | 1E | 2 | 17 | 12F | 21 | 41 |
| Octal | 304 | 212 | 301 | 0 | 36 | 2 | 27 | 457 | 41 | 101 |
| Binary | 11000100 | 10001010 | 11000001 | 0 | 11110 | 10 | 10111 | 100101111 | 100001 | 1000001 |
Color Harmonies of #C48AC1
Complementary color
Monochromatic Colors of #C48AC1
Black with #C48AC1
Text Example
Text Example
White with #C48AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48AC1; }
p { color: rgb(196,138,193); }
H1.HeaderClassName
{
color: #C48AC1;
}
.AnyTagClassName
{
color: #C48AC1;
}
</style>
background-color css
<style>
a { background-color: #C48AC1; }
a { background-color: rgb(196,138,193); }
div.DivClassName
{
background-color: #C48AC1;
}
.BgClassName
{
background-color: #C48AC1;
}
</style>
border-color css
<style>
span { border-color: #C48AC1; }
span { border-color: rgb(196,138,193); }
td.TdClassName
{
border-color: #C48AC1;
}
.TagClassName
{
border-color: #C48AC1;
}
</style>