Shades of Lilac #C7A7CA
Tints of Lilac #C7A7CA
RGB
CMYK
RGB Variations
Color information
#C7A7CA (or 0xC7A7CA) is known color: Lilac. HEX triplet: C7, A7 and CA. RGB value is (199,167,202). Sum of RGB (Red+Green+Blue) = 199+167+202=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A7CA is #385835. Grayscale: #B4B4B4. Windows color (decimal): -3692598 or 13281223. OLE color: 13281223.
HSL color Cylindrical-coordinate representation of color #C7A7CA: hue angle of 294.86º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A7CA is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 167 | 202 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.21 |
| HSL | 294.86º | 0.25% | 0.72% | - |
| HSV(B) | 294.86º | 0.17% | 0.79% | - |
| XYZ | 48.03 | 44.04 | 61.85 | - |
| YUV | 180.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 202 | 0.01 | 0.17 | 0 | 0.21 | 294.86 | 0.25 | 0.72 |
| Hex | C7 | A7 | CA | 1 | 11 | 0 | 15 | 127 | 19 | 48 |
| Octal | 307 | 247 | 312 | 1 | 21 | 0 | 25 | 447 | 31 | 110 |
| Binary | 11000111 | 10100111 | 11001010 | 1 | 10001 | 0 | 10101 | 100100111 | 11001 | 1001000 |
Color Harmonies of #C7A7CA
Complementary color
Monochromatic Colors of #C7A7CA
Black with #C7A7CA
Text Example
Text Example
White with #C7A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A7CA; }
p { color: rgb(199,167,202); }
H1.HeaderClassName
{
color: #C7A7CA;
}
.AnyTagClassName
{
color: #C7A7CA;
}
</style>
background-color css
<style>
a { background-color: #C7A7CA; }
a { background-color: rgb(199,167,202); }
div.DivClassName
{
background-color: #C7A7CA;
}
.BgClassName
{
background-color: #C7A7CA;
}
</style>
border-color css
<style>
span { border-color: #C7A7CA; }
span { border-color: rgb(199,167,202); }
td.TdClassName
{
border-color: #C7A7CA;
}
.TagClassName
{
border-color: #C7A7CA;
}
</style>