Shades of Lilac #CF9FC6
Tints of Lilac #CF9FC6
RGB
CMYK
RGB Variations
Color information
#CF9FC6 (or 0xCF9FC6) is known color: Lilac. HEX triplet: CF, 9F and C6. RGB value is (207,159,198). Sum of RGB (Red+Green+Blue) = 207+159+198=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FC6 is #306039. Grayscale: #B1B1B1. Windows color (decimal): -3170362 or 13017039. OLE color: 13017039.
HSL color Cylindrical-coordinate representation of color #CF9FC6: hue angle of 311.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FC6 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 198 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.19 |
| HSL | 311.25º | 0.33% | 0.72% | - |
| HSV(B) | 311.25º | 0.23% | 0.81% | - |
| XYZ | 48.32 | 42.14 | 59.01 | - |
| YUV | 177.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 198 | 0 | 0.23 | 0.04 | 0.19 | 311.25 | 0.33 | 0.72 |
| Hex | CF | 9F | C6 | 0 | 17 | 4 | 13 | 137 | 21 | 48 |
| Octal | 317 | 237 | 306 | 0 | 27 | 4 | 23 | 467 | 41 | 110 |
| Binary | 11001111 | 10011111 | 11000110 | 0 | 10111 | 100 | 10011 | 100110111 | 100001 | 1001000 |
Color Harmonies of #CF9FC6
Complementary color
Monochromatic Colors of #CF9FC6
Black with #CF9FC6
Text Example
Text Example
White with #CF9FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FC6; }
p { color: rgb(207,159,198); }
H1.HeaderClassName
{
color: #CF9FC6;
}
.AnyTagClassName
{
color: #CF9FC6;
}
</style>
background-color css
<style>
a { background-color: #CF9FC6; }
a { background-color: rgb(207,159,198); }
div.DivClassName
{
background-color: #CF9FC6;
}
.BgClassName
{
background-color: #CF9FC6;
}
</style>
border-color css
<style>
span { border-color: #CF9FC6; }
span { border-color: rgb(207,159,198); }
td.TdClassName
{
border-color: #CF9FC6;
}
.TagClassName
{
border-color: #CF9FC6;
}
</style>