Shades of Lilac #C7AFC7
Tints of Lilac #C7AFC7
RGB
CMYK
RGB Variations
Color information
#C7AFC7 (or 0xC7AFC7) is known color: Lilac. HEX triplet: C7, AF and C7. RGB value is (199,175,199). Sum of RGB (Red+Green+Blue) = 199+175+199=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C7AFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFC7 is #385038. Grayscale: #B8B8B8. Windows color (decimal): -3690553 or 13086663. OLE color: 13086663.
HSL color Cylindrical-coordinate representation of color #C7AFC7: hue angle of 300º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7AFC7 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 175 | 199 | - |
CMYK | 0 | 0.12 | 0 | 0.22 |
HSL | 300º | 0.18% | 0.73% | - |
HSV(B) | 300º | 0.12% | 0.78% | - |
XYZ | 49.19 | 46.93 | 60.5 | - |
YUV | 184.91 | 135.95 | 138.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 175 | 199 | 0 | 0.12 | 0 | 0.22 | 300 | 0.18 | 0.73 |
Hex | C7 | AF | C7 | 0 | C | 0 | 16 | 12C | 12 | 49 |
Octal | 307 | 257 | 307 | 0 | 14 | 0 | 26 | 454 | 22 | 111 |
Binary | 11000111 | 10101111 | 11000111 | 0 | 1100 | 0 | 10110 | 100101100 | 10010 | 1001001 |
Color Harmonies of #C7AFC7
Complementary color
Monochromatic Colors of #C7AFC7
Black with #C7AFC7
Text Example
Text Example
White with #C7AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFC7; }
p { color: rgb(199,175,199); }
H1.HeaderClassName
{
color: #C7AFC7;
}
.AnyTagClassName
{
color: #C7AFC7;
}
</style>
background-color css
<style>
a { background-color: #C7AFC7; }
a { background-color: rgb(199,175,199); }
div.DivClassName
{
background-color: #C7AFC7;
}
.BgClassName
{
background-color: #C7AFC7;
}
</style>
border-color css
<style>
span { border-color: #C7AFC7; }
span { border-color: rgb(199,175,199); }
td.TdClassName
{
border-color: #C7AFC7;
}
.TagClassName
{
border-color: #C7AFC7;
}
</style>