Shades of Lilac #C4A2C3
Tints of Lilac #C4A2C3
RGB
CMYK
RGB Variations
Color information
#C4A2C3 (or 0xC4A2C3) is known color: Lilac. HEX triplet: C4, A2 and C3. RGB value is (196,162,195). Sum of RGB (Red+Green+Blue) = 196+162+195=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A2C3 is #3B5D3C. Grayscale: #AFAFAF. Windows color (decimal): -3890493 or 12821188. OLE color: 12821188.
HSL color Cylindrical-coordinate representation of color #C4A2C3: hue angle of 301.76º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4A2C3 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 195 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.23 |
| HSL | 301.76º | 0.22% | 0.7% | - |
| HSV(B) | 301.76º | 0.17% | 0.77% | - |
| XYZ | 45.54 | 41.52 | 57.24 | - |
| YUV | 175.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 195 | 0 | 0.17 | 0.01 | 0.23 | 301.76 | 0.22 | 0.7 |
| Hex | C4 | A2 | C3 | 0 | 11 | 1 | 17 | 12E | 16 | 46 |
| Octal | 304 | 242 | 303 | 0 | 21 | 1 | 27 | 456 | 26 | 106 |
| Binary | 11000100 | 10100010 | 11000011 | 0 | 10001 | 1 | 10111 | 100101110 | 10110 | 1000110 |
Color Harmonies of #C4A2C3
Complementary color
Monochromatic Colors of #C4A2C3
Black with #C4A2C3
Text Example
Text Example
White with #C4A2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A2C3; }
p { color: rgb(196,162,195); }
H1.HeaderClassName
{
color: #C4A2C3;
}
.AnyTagClassName
{
color: #C4A2C3;
}
</style>
background-color css
<style>
a { background-color: #C4A2C3; }
a { background-color: rgb(196,162,195); }
div.DivClassName
{
background-color: #C4A2C3;
}
.BgClassName
{
background-color: #C4A2C3;
}
</style>
border-color css
<style>
span { border-color: #C4A2C3; }
span { border-color: rgb(196,162,195); }
td.TdClassName
{
border-color: #C4A2C3;
}
.TagClassName
{
border-color: #C4A2C3;
}
</style>