Shades of Lilac #C3A2C5
Tints of Lilac #C3A2C5
RGB
CMYK
RGB Variations
Color information
#C3A2C5 (or 0xC3A2C5) is known color: Lilac. HEX triplet: C3, A2 and C5. RGB value is (195,162,197). Sum of RGB (Red+Green+Blue) = 195+162+197=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3A2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2C5 is #3C5D3A. Grayscale: #AFAFAF. Windows color (decimal): -3956027 or 12952259. OLE color: 12952259.
HSL color Cylindrical-coordinate representation of color #C3A2C5: hue angle of 296.57º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3A2C5 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 162 | 197 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.23 |
| HSL | 296.57º | 0.23% | 0.7% | - |
| HSV(B) | 296.57º | 0.18% | 0.77% | - |
| XYZ | 45.5 | 41.47 | 58.43 | - |
| YUV | 175.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 197 | 0.01 | 0.18 | 0 | 0.23 | 296.57 | 0.23 | 0.7 |
| Hex | C3 | A2 | C5 | 1 | 12 | 0 | 17 | 129 | 17 | 46 |
| Octal | 303 | 242 | 305 | 1 | 22 | 0 | 27 | 451 | 27 | 106 |
| Binary | 11000011 | 10100010 | 11000101 | 1 | 10010 | 0 | 10111 | 100101001 | 10111 | 1000110 |
Color Harmonies of #C3A2C5
Complementary color
Monochromatic Colors of #C3A2C5
Black with #C3A2C5
Text Example
Text Example
White with #C3A2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A2C5; }
p { color: rgb(195,162,197); }
H1.HeaderClassName
{
color: #C3A2C5;
}
.AnyTagClassName
{
color: #C3A2C5;
}
</style>
background-color css
<style>
a { background-color: #C3A2C5; }
a { background-color: rgb(195,162,197); }
div.DivClassName
{
background-color: #C3A2C5;
}
.BgClassName
{
background-color: #C3A2C5;
}
</style>
border-color css
<style>
span { border-color: #C3A2C5; }
span { border-color: rgb(195,162,197); }
td.TdClassName
{
border-color: #C3A2C5;
}
.TagClassName
{
border-color: #C3A2C5;
}
</style>