Shades of Lilac #C2A4C5
Tints of Lilac #C2A4C5
RGB
CMYK
RGB Variations
Color information
#C2A4C5 (or 0xC2A4C5) is known color: Lilac. HEX triplet: C2, A4 and C5. RGB value is (194,164,197). Sum of RGB (Red+Green+Blue) = 194+164+197=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #C2A4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4C5 is #3D5B3A. Grayscale: #B0B0B0. Windows color (decimal): -4021051 or 12952770. OLE color: 12952770.
HSL color Cylindrical-coordinate representation of color #C2A4C5: hue angle of 294.55º 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 #C2A4C5 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 164 | 197 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.23 |
| HSL | 294.55º | 0.22% | 0.71% | - |
| HSV(B) | 294.55º | 0.17% | 0.77% | - |
| XYZ | 45.6 | 42.05 | 58.54 | - |
| YUV | 176.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 197 | 0.02 | 0.17 | 0 | 0.23 | 294.55 | 0.22 | 0.71 |
| Hex | C2 | A4 | C5 | 2 | 11 | 0 | 17 | 127 | 16 | 47 |
| Octal | 302 | 244 | 305 | 2 | 21 | 0 | 27 | 447 | 26 | 107 |
| Binary | 11000010 | 10100100 | 11000101 | 10 | 10001 | 0 | 10111 | 100100111 | 10110 | 1000111 |
Color Harmonies of #C2A4C5
Complementary color
Monochromatic Colors of #C2A4C5
Black with #C2A4C5
Text Example
Text Example
White with #C2A4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4C5; }
p { color: rgb(194,164,197); }
H1.HeaderClassName
{
color: #C2A4C5;
}
.AnyTagClassName
{
color: #C2A4C5;
}
</style>
background-color css
<style>
a { background-color: #C2A4C5; }
a { background-color: rgb(194,164,197); }
div.DivClassName
{
background-color: #C2A4C5;
}
.BgClassName
{
background-color: #C2A4C5;
}
</style>
border-color css
<style>
span { border-color: #C2A4C5; }
span { border-color: rgb(194,164,197); }
td.TdClassName
{
border-color: #C2A4C5;
}
.TagClassName
{
border-color: #C2A4C5;
}
</style>