Shades of Lilac #C7AACC
Tints of Lilac #C7AACC
RGB
CMYK
RGB Variations
Color information
#C7AACC (or 0xC7AACC) is known color: Lilac. HEX triplet: C7, AA and CC. RGB value is (199,170,204). Sum of RGB (Red+Green+Blue) = 199+170+204=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AACC is #385533. Grayscale: #B6B6B6. Windows color (decimal): -3691828 or 13413063. OLE color: 13413063.
HSL color Cylindrical-coordinate representation of color #C7AACC: hue angle of 291.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7AACC is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 170 | 204 | - |
CMYK | 0.02 | 0.17 | 0 | 0.2 |
HSL | 291.18º | 0.25% | 0.73% | - |
HSV(B) | 291.18º | 0.17% | 0.8% | - |
XYZ | 48.83 | 45.25 | 63.29 | - |
YUV | 182.55 | 140.11 | 139.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 170 | 204 | 0.02 | 0.17 | 0 | 0.2 | 291.18 | 0.25 | 0.73 |
Hex | C7 | AA | CC | 2 | 11 | 0 | 14 | 123 | 19 | 49 |
Octal | 307 | 252 | 314 | 2 | 21 | 0 | 24 | 443 | 31 | 111 |
Binary | 11000111 | 10101010 | 11001100 | 10 | 10001 | 0 | 10100 | 100100011 | 11001 | 1001001 |
Color Harmonies of #C7AACC
Complementary color
Monochromatic Colors of #C7AACC
Black with #C7AACC
Text Example
Text Example
White with #C7AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AACC; }
p { color: rgb(199,170,204); }
H1.HeaderClassName
{
color: #C7AACC;
}
.AnyTagClassName
{
color: #C7AACC;
}
</style>
background-color css
<style>
a { background-color: #C7AACC; }
a { background-color: rgb(199,170,204); }
div.DivClassName
{
background-color: #C7AACC;
}
.BgClassName
{
background-color: #C7AACC;
}
</style>
border-color css
<style>
span { border-color: #C7AACC; }
span { border-color: rgb(199,170,204); }
td.TdClassName
{
border-color: #C7AACC;
}
.TagClassName
{
border-color: #C7AACC;
}
</style>