Shades of Lilac #C7A5C3
Tints of Lilac #C7A5C3
RGB
CMYK
RGB Variations
Color information
#C7A5C3 (or 0xC7A5C3) is known color: Lilac. HEX triplet: C7, A5 and C3. RGB value is (199,165,195). Sum of RGB (Red+Green+Blue) = 199+165+195=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A5C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5C3 is #385A3C. Grayscale: #B2B2B2. Windows color (decimal): -3693117 or 12821959. OLE color: 12821959.
HSL color Cylindrical-coordinate representation of color #C7A5C3: hue angle of 307.06º 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 #C7A5C3 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 195 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.22 |
| HSL | 307.06º | 0.23% | 0.71% | - |
| HSV(B) | 307.06º | 0.17% | 0.78% | - |
| XYZ | 46.86 | 42.99 | 57.46 | - |
| YUV | 178.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 195 | 0 | 0.17 | 0.02 | 0.22 | 307.06 | 0.23 | 0.71 |
| Hex | C7 | A5 | C3 | 0 | 11 | 2 | 16 | 133 | 17 | 47 |
| Octal | 307 | 245 | 303 | 0 | 21 | 2 | 26 | 463 | 27 | 107 |
| Binary | 11000111 | 10100101 | 11000011 | 0 | 10001 | 10 | 10110 | 100110011 | 10111 | 1000111 |
Color Harmonies of #C7A5C3
Complementary color
Monochromatic Colors of #C7A5C3
Black with #C7A5C3
Text Example
Text Example
White with #C7A5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5C3; }
p { color: rgb(199,165,195); }
H1.HeaderClassName
{
color: #C7A5C3;
}
.AnyTagClassName
{
color: #C7A5C3;
}
</style>
background-color css
<style>
a { background-color: #C7A5C3; }
a { background-color: rgb(199,165,195); }
div.DivClassName
{
background-color: #C7A5C3;
}
.BgClassName
{
background-color: #C7A5C3;
}
</style>
border-color css
<style>
span { border-color: #C7A5C3; }
span { border-color: rgb(199,165,195); }
td.TdClassName
{
border-color: #C7A5C3;
}
.TagClassName
{
border-color: #C7A5C3;
}
</style>