Shades of Lilac #C7A3CE
Tints of Lilac #C7A3CE
RGB
CMYK
RGB Variations
Color information
#C7A3CE (or 0xC7A3CE) is known color: Lilac. HEX triplet: C7, A3 and CE. RGB value is (199,163,206). Sum of RGB (Red+Green+Blue) = 199+163+206=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A3CE is #385C31. Grayscale: #B2B2B2. Windows color (decimal): -3693618 or 13542343. OLE color: 13542343.
HSL color Cylindrical-coordinate representation of color #C7A3CE: hue angle of 290.23º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7A3CE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 163 | 206 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.19 |
| HSL | 290.23º | 0.3% | 0.72% | - |
| HSV(B) | 290.23º | 0.21% | 0.81% | - |
| XYZ | 47.79 | 42.79 | 64.13 | - |
| YUV | 178.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 206 | 0.03 | 0.21 | 0 | 0.19 | 290.23 | 0.3 | 0.72 |
| Hex | C7 | A3 | CE | 3 | 15 | 0 | 13 | 122 | 1E | 48 |
| Octal | 307 | 243 | 316 | 3 | 25 | 0 | 23 | 442 | 36 | 110 |
| Binary | 11000111 | 10100011 | 11001110 | 11 | 10101 | 0 | 10011 | 100100010 | 11110 | 1001000 |
Color Harmonies of #C7A3CE
Complementary color
Monochromatic Colors of #C7A3CE
Black with #C7A3CE
Text Example
Text Example
White with #C7A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A3CE; }
p { color: rgb(199,163,206); }
H1.HeaderClassName
{
color: #C7A3CE;
}
.AnyTagClassName
{
color: #C7A3CE;
}
</style>
background-color css
<style>
a { background-color: #C7A3CE; }
a { background-color: rgb(199,163,206); }
div.DivClassName
{
background-color: #C7A3CE;
}
.BgClassName
{
background-color: #C7A3CE;
}
</style>
border-color css
<style>
span { border-color: #C7A3CE; }
span { border-color: rgb(199,163,206); }
td.TdClassName
{
border-color: #C7A3CE;
}
.TagClassName
{
border-color: #C7A3CE;
}
</style>