Shades of Lilac #C2A7C5
Tints of Lilac #C2A7C5
RGB
CMYK
RGB Variations
Color information
#C2A7C5 (or 0xC2A7C5) is known color: Lilac. HEX triplet: C2, A7 and C5. RGB value is (194,167,197). Sum of RGB (Red+Green+Blue) = 194+167+197=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #C2A7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7C5 is #3D583A. Grayscale: #B2B2B2. Windows color (decimal): -4020283 or 12953538. OLE color: 12953538.
HSL color Cylindrical-coordinate representation of color #C2A7C5: hue angle of 294º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A7C5 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 167 | 197 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.23 |
| HSL | 294º | 0.21% | 0.71% | - |
| HSV(B) | 294º | 0.15% | 0.77% | - |
| XYZ | 46.14 | 43.14 | 58.72 | - |
| YUV | 178.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 197 | 0.02 | 0.15 | 0 | 0.23 | 294 | 0.21 | 0.71 |
| Hex | C2 | A7 | C5 | 2 | F | 0 | 17 | 126 | 15 | 47 |
| Octal | 302 | 247 | 305 | 2 | 17 | 0 | 27 | 446 | 25 | 107 |
| Binary | 11000010 | 10100111 | 11000101 | 10 | 1111 | 0 | 10111 | 100100110 | 10101 | 1000111 |
Color Harmonies of #C2A7C5
Complementary color
Monochromatic Colors of #C2A7C5
Black with #C2A7C5
Text Example
Text Example
White with #C2A7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7C5; }
p { color: rgb(194,167,197); }
H1.HeaderClassName
{
color: #C2A7C5;
}
.AnyTagClassName
{
color: #C2A7C5;
}
</style>
background-color css
<style>
a { background-color: #C2A7C5; }
a { background-color: rgb(194,167,197); }
div.DivClassName
{
background-color: #C2A7C5;
}
.BgClassName
{
background-color: #C2A7C5;
}
</style>
border-color css
<style>
span { border-color: #C2A7C5; }
span { border-color: rgb(194,167,197); }
td.TdClassName
{
border-color: #C2A7C5;
}
.TagClassName
{
border-color: #C2A7C5;
}
</style>