Shades of Lilac #C7A5CE
Tints of Lilac #C7A5CE
RGB
CMYK
RGB Variations
Color information
#C7A5CE (or 0xC7A5CE) is known color: Lilac. HEX triplet: C7, A5 and CE. RGB value is (199,165,206). Sum of RGB (Red+Green+Blue) = 199+165+206=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5CE is #385A31. Grayscale: #B3B3B3. Windows color (decimal): -3693106 or 13542855. OLE color: 13542855.
HSL color Cylindrical-coordinate representation of color #C7A5CE: hue angle of 289.76º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7A5CE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 165 | 206 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.19 |
| HSL | 289.76º | 0.29% | 0.73% | - |
| HSV(B) | 289.76º | 0.2% | 0.81% | - |
| XYZ | 48.15 | 43.51 | 64.25 | - |
| YUV | 179.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 206 | 0.03 | 0.20 | 0 | 0.19 | 289.76 | 0.29 | 0.73 |
| Hex | C7 | A5 | CE | 3 | 14 | 0 | 13 | 122 | 1D | 49 |
| Octal | 307 | 245 | 316 | 3 | 24 | 0 | 23 | 442 | 35 | 111 |
| Binary | 11000111 | 10100101 | 11001110 | 11 | 10100 | 0 | 10011 | 100100010 | 11101 | 1001001 |
Color Harmonies of #C7A5CE
Complementary color
Monochromatic Colors of #C7A5CE
Black with #C7A5CE
Text Example
Text Example
White with #C7A5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5CE; }
p { color: rgb(199,165,206); }
H1.HeaderClassName
{
color: #C7A5CE;
}
.AnyTagClassName
{
color: #C7A5CE;
}
</style>
background-color css
<style>
a { background-color: #C7A5CE; }
a { background-color: rgb(199,165,206); }
div.DivClassName
{
background-color: #C7A5CE;
}
.BgClassName
{
background-color: #C7A5CE;
}
</style>
border-color css
<style>
span { border-color: #C7A5CE; }
span { border-color: rgb(199,165,206); }
td.TdClassName
{
border-color: #C7A5CE;
}
.TagClassName
{
border-color: #C7A5CE;
}
</style>