Shades of Lilac #C7A3CA
Tints of Lilac #C7A3CA
RGB
CMYK
RGB Variations
Color information
#C7A3CA (or 0xC7A3CA) is known color: Lilac. HEX triplet: C7, A3 and CA. RGB value is (199,163,202). Sum of RGB (Red+Green+Blue) = 199+163+202=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A3CA is #385C35. Grayscale: #B2B2B2. Windows color (decimal): -3693622 or 13280199. OLE color: 13280199.
HSL color Cylindrical-coordinate representation of color #C7A3CA: hue angle of 295.38º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7A3CA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 163 | 202 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.21 |
| HSL | 295.38º | 0.27% | 0.72% | - |
| HSV(B) | 295.38º | 0.19% | 0.79% | - |
| XYZ | 47.31 | 42.6 | 61.61 | - |
| YUV | 178.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 202 | 0.01 | 0.19 | 0 | 0.21 | 295.38 | 0.27 | 0.72 |
| Hex | C7 | A3 | CA | 1 | 13 | 0 | 15 | 127 | 1B | 48 |
| Octal | 307 | 243 | 312 | 1 | 23 | 0 | 25 | 447 | 33 | 110 |
| Binary | 11000111 | 10100011 | 11001010 | 1 | 10011 | 0 | 10101 | 100100111 | 11011 | 1001000 |
Color Harmonies of #C7A3CA
Complementary color
Monochromatic Colors of #C7A3CA
Black with #C7A3CA
Text Example
Text Example
White with #C7A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A3CA; }
p { color: rgb(199,163,202); }
H1.HeaderClassName
{
color: #C7A3CA;
}
.AnyTagClassName
{
color: #C7A3CA;
}
</style>
background-color css
<style>
a { background-color: #C7A3CA; }
a { background-color: rgb(199,163,202); }
div.DivClassName
{
background-color: #C7A3CA;
}
.BgClassName
{
background-color: #C7A3CA;
}
</style>
border-color css
<style>
span { border-color: #C7A3CA; }
span { border-color: rgb(199,163,202); }
td.TdClassName
{
border-color: #C7A3CA;
}
.TagClassName
{
border-color: #C7A3CA;
}
</style>