Shades of Lilac #C6A7C8
Tints of Lilac #C6A7C8
RGB
CMYK
RGB Variations
Color information
#C6A7C8 (or 0xC6A7C8) is known color: Lilac. HEX triplet: C6, A7 and C8. RGB value is (198,167,200). Sum of RGB (Red+Green+Blue) = 198+167+200=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #C6A7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7C8 is #395837. Grayscale: #B3B3B3. Windows color (decimal): -3758136 or 13150150. OLE color: 13150150.
HSL color Cylindrical-coordinate representation of color #C6A7C8: hue angle of 296.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6A7C8 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 200 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.22 |
| HSL | 296.36º | 0.23% | 0.72% | - |
| HSV(B) | 296.36º | 0.17% | 0.78% | - |
| XYZ | 47.53 | 43.81 | 60.6 | - |
| YUV | 180.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 200 | 0.01 | 0.16 | 0 | 0.22 | 296.36 | 0.23 | 0.72 |
| Hex | C6 | A7 | C8 | 1 | 10 | 0 | 16 | 128 | 17 | 48 |
| Octal | 306 | 247 | 310 | 1 | 20 | 0 | 26 | 450 | 27 | 110 |
| Binary | 11000110 | 10100111 | 11001000 | 1 | 10000 | 0 | 10110 | 100101000 | 10111 | 1001000 |
Color Harmonies of #C6A7C8
Complementary color
Monochromatic Colors of #C6A7C8
Black with #C6A7C8
Text Example
Text Example
White with #C6A7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7C8; }
p { color: rgb(198,167,200); }
H1.HeaderClassName
{
color: #C6A7C8;
}
.AnyTagClassName
{
color: #C6A7C8;
}
</style>
background-color css
<style>
a { background-color: #C6A7C8; }
a { background-color: rgb(198,167,200); }
div.DivClassName
{
background-color: #C6A7C8;
}
.BgClassName
{
background-color: #C6A7C8;
}
</style>
border-color css
<style>
span { border-color: #C6A7C8; }
span { border-color: rgb(198,167,200); }
td.TdClassName
{
border-color: #C6A7C8;
}
.TagClassName
{
border-color: #C6A7C8;
}
</style>