Shades of Lilac #C3A4C5
Tints of Lilac #C3A4C5
RGB
CMYK
RGB Variations
Color information
#C3A4C5 (or 0xC3A4C5) is known color: Lilac. HEX triplet: C3, A4 and C5. RGB value is (195,164,197). Sum of RGB (Red+Green+Blue) = 195+164+197=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3A4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4C5 is #3C5B3A. Grayscale: #B0B0B0. Windows color (decimal): -3955515 or 12952771. OLE color: 12952771.
HSL color Cylindrical-coordinate representation of color #C3A4C5: hue angle of 296.36º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A4C5 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 164 | 197 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.23 |
| HSL | 296.36º | 0.22% | 0.71% | - |
| HSV(B) | 296.36º | 0.17% | 0.77% | - |
| XYZ | 45.86 | 42.18 | 58.55 | - |
| YUV | 177.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 197 | 0.01 | 0.17 | 0 | 0.23 | 296.36 | 0.22 | 0.71 |
| Hex | C3 | A4 | C5 | 1 | 11 | 0 | 17 | 128 | 16 | 47 |
| Octal | 303 | 244 | 305 | 1 | 21 | 0 | 27 | 450 | 26 | 107 |
| Binary | 11000011 | 10100100 | 11000101 | 1 | 10001 | 0 | 10111 | 100101000 | 10110 | 1000111 |
Color Harmonies of #C3A4C5
Complementary color
Monochromatic Colors of #C3A4C5
Black with #C3A4C5
Text Example
Text Example
White with #C3A4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A4C5; }
p { color: rgb(195,164,197); }
H1.HeaderClassName
{
color: #C3A4C5;
}
.AnyTagClassName
{
color: #C3A4C5;
}
</style>
background-color css
<style>
a { background-color: #C3A4C5; }
a { background-color: rgb(195,164,197); }
div.DivClassName
{
background-color: #C3A4C5;
}
.BgClassName
{
background-color: #C3A4C5;
}
</style>
border-color css
<style>
span { border-color: #C3A4C5; }
span { border-color: rgb(195,164,197); }
td.TdClassName
{
border-color: #C3A4C5;
}
.TagClassName
{
border-color: #C3A4C5;
}
</style>