Shades of Lilac #C7B1C6
Tints of Lilac #C7B1C6
RGB
CMYK
RGB Variations
Color information
#C7B1C6 (or 0xC7B1C6) is known color: Lilac. HEX triplet: C7, B1 and C6. RGB value is (199,177,198). Sum of RGB (Red+Green+Blue) = 199+177+198=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1C6 is #384E39. Grayscale: #B9B9B9. Windows color (decimal): -3690042 or 13021639. OLE color: 13021639.
HSL color Cylindrical-coordinate representation of color #C7B1C6: hue angle of 302.73º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7B1C6 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 198 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.22 |
| HSL | 302.73º | 0.16% | 0.74% | - |
| HSV(B) | 302.73º | 0.11% | 0.78% | - |
| XYZ | 49.47 | 47.66 | 60.02 | - |
| YUV | 185.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 198 | 0 | 0.11 | 0.01 | 0.22 | 302.73 | 0.16 | 0.74 |
| Hex | C7 | B1 | C6 | 0 | B | 1 | 16 | 12F | 10 | 4A |
| Octal | 307 | 261 | 306 | 0 | 13 | 1 | 26 | 457 | 20 | 112 |
| Binary | 11000111 | 10110001 | 11000110 | 0 | 1011 | 1 | 10110 | 100101111 | 10000 | 1001010 |
Color Harmonies of #C7B1C6
Complementary color
Monochromatic Colors of #C7B1C6
Black with #C7B1C6
Text Example
Text Example
White with #C7B1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1C6; }
p { color: rgb(199,177,198); }
H1.HeaderClassName
{
color: #C7B1C6;
}
.AnyTagClassName
{
color: #C7B1C6;
}
</style>
background-color css
<style>
a { background-color: #C7B1C6; }
a { background-color: rgb(199,177,198); }
div.DivClassName
{
background-color: #C7B1C6;
}
.BgClassName
{
background-color: #C7B1C6;
}
</style>
border-color css
<style>
span { border-color: #C7B1C6; }
span { border-color: rgb(199,177,198); }
td.TdClassName
{
border-color: #C7B1C6;
}
.TagClassName
{
border-color: #C7B1C6;
}
</style>