Shades of Lilac #C7AFC8
Tints of Lilac #C7AFC8
RGB
CMYK
RGB Variations
Color information
#C7AFC8 (or 0xC7AFC8) is known color: Lilac. HEX triplet: C7, AF and C8. RGB value is (199,175,200). Sum of RGB (Red+Green+Blue) = 199+175+200=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: blue. Hex color #C7AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFC8 is #385037. Grayscale: #B8B8B8. Windows color (decimal): -3690552 or 13152199. OLE color: 13152199.
HSL color Cylindrical-coordinate representation of color #C7AFC8: hue angle of 297.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7AFC8 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 200 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.22 |
| HSL | 297.6º | 0.19% | 0.74% | - |
| HSV(B) | 297.6º | 0.13% | 0.78% | - |
| XYZ | 49.31 | 46.97 | 61.11 | - |
| YUV | 185.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 200 | 0.00 | 0.12 | 0 | 0.22 | 297.6 | 0.19 | 0.74 |
| Hex | C7 | AF | C8 | 0 | C | 0 | 16 | 12A | 13 | 4A |
| Octal | 307 | 257 | 310 | 0 | 14 | 0 | 26 | 452 | 23 | 112 |
| Binary | 11000111 | 10101111 | 11001000 | 0 | 1100 | 0 | 10110 | 100101010 | 10011 | 1001010 |
Color Harmonies of #C7AFC8
Complementary color
Monochromatic Colors of #C7AFC8
Black with #C7AFC8
Text Example
Text Example
White with #C7AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFC8; }
p { color: rgb(199,175,200); }
H1.HeaderClassName
{
color: #C7AFC8;
}
.AnyTagClassName
{
color: #C7AFC8;
}
</style>
background-color css
<style>
a { background-color: #C7AFC8; }
a { background-color: rgb(199,175,200); }
div.DivClassName
{
background-color: #C7AFC8;
}
.BgClassName
{
background-color: #C7AFC8;
}
</style>
border-color css
<style>
span { border-color: #C7AFC8; }
span { border-color: rgb(199,175,200); }
td.TdClassName
{
border-color: #C7AFC8;
}
.TagClassName
{
border-color: #C7AFC8;
}
</style>