Shades of Lilac #C7A4C4
Tints of Lilac #C7A4C4
RGB
CMYK
RGB Variations
Color information
#C7A4C4 (or 0xC7A4C4) is known color: Lilac. HEX triplet: C7, A4 and C4. RGB value is (199,164,196). Sum of RGB (Red+Green+Blue) = 199+164+196=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A4C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A4C4 is #385B3B. Grayscale: #B2B2B2. Windows color (decimal): -3693372 or 12887239. OLE color: 12887239.
HSL color Cylindrical-coordinate representation of color #C7A4C4: hue angle of 305.14º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7A4C4 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 196 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.22 |
| HSL | 305.14º | 0.24% | 0.71% | - |
| HSV(B) | 305.14º | 0.18% | 0.78% | - |
| XYZ | 46.79 | 42.68 | 58 | - |
| YUV | 178.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 196 | 0 | 0.18 | 0.02 | 0.22 | 305.14 | 0.24 | 0.71 |
| Hex | C7 | A4 | C4 | 0 | 12 | 2 | 16 | 131 | 18 | 47 |
| Octal | 307 | 244 | 304 | 0 | 22 | 2 | 26 | 461 | 30 | 107 |
| Binary | 11000111 | 10100100 | 11000100 | 0 | 10010 | 10 | 10110 | 100110001 | 11000 | 1000111 |
Color Harmonies of #C7A4C4
Complementary color
Monochromatic Colors of #C7A4C4
Black with #C7A4C4
Text Example
Text Example
White with #C7A4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4C4; }
p { color: rgb(199,164,196); }
H1.HeaderClassName
{
color: #C7A4C4;
}
.AnyTagClassName
{
color: #C7A4C4;
}
</style>
background-color css
<style>
a { background-color: #C7A4C4; }
a { background-color: rgb(199,164,196); }
div.DivClassName
{
background-color: #C7A4C4;
}
.BgClassName
{
background-color: #C7A4C4;
}
</style>
border-color css
<style>
span { border-color: #C7A4C4; }
span { border-color: rgb(199,164,196); }
td.TdClassName
{
border-color: #C7A4C4;
}
.TagClassName
{
border-color: #C7A4C4;
}
</style>