Shades of Lilac #C3A4C6
Tints of Lilac #C3A4C6
RGB
CMYK
RGB Variations
Color information
#C3A4C6 (or 0xC3A4C6) is known color: Lilac. HEX triplet: C3, A4 and C6. RGB value is (195,164,198). Sum of RGB (Red+Green+Blue) = 195+164+198=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3A4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4C6 is #3C5B39. Grayscale: #B1B1B1. Windows color (decimal): -3955514 or 13018307. OLE color: 13018307.
HSL color Cylindrical-coordinate representation of color #C3A4C6: hue angle of 294.71º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3A4C6 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 164 | 198 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.22 |
| HSL | 294.71º | 0.23% | 0.71% | - |
| HSV(B) | 294.71º | 0.17% | 0.78% | - |
| XYZ | 45.97 | 42.23 | 59.15 | - |
| YUV | 177.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 198 | 0.02 | 0.17 | 0 | 0.22 | 294.71 | 0.23 | 0.71 |
| Hex | C3 | A4 | C6 | 2 | 11 | 0 | 16 | 127 | 17 | 47 |
| Octal | 303 | 244 | 306 | 2 | 21 | 0 | 26 | 447 | 27 | 107 |
| Binary | 11000011 | 10100100 | 11000110 | 10 | 10001 | 0 | 10110 | 100100111 | 10111 | 1000111 |
Color Harmonies of #C3A4C6
Complementary color
Monochromatic Colors of #C3A4C6
Black with #C3A4C6
Text Example
Text Example
White with #C3A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A4C6; }
p { color: rgb(195,164,198); }
H1.HeaderClassName
{
color: #C3A4C6;
}
.AnyTagClassName
{
color: #C3A4C6;
}
</style>
background-color css
<style>
a { background-color: #C3A4C6; }
a { background-color: rgb(195,164,198); }
div.DivClassName
{
background-color: #C3A4C6;
}
.BgClassName
{
background-color: #C3A4C6;
}
</style>
border-color css
<style>
span { border-color: #C3A4C6; }
span { border-color: rgb(195,164,198); }
td.TdClassName
{
border-color: #C3A4C6;
}
.TagClassName
{
border-color: #C3A4C6;
}
</style>