Shades of Lilac #CF9FC9
Tints of Lilac #CF9FC9
RGB
CMYK
RGB Variations
Color information
#CF9FC9 (or 0xCF9FC9) is known color: Lilac. HEX triplet: CF, 9F and C9. RGB value is (207,159,201). Sum of RGB (Red+Green+Blue) = 207+159+201=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FC9 is #306036. Grayscale: #B2B2B2. Windows color (decimal): -3170359 or 13213647. OLE color: 13213647.
HSL color Cylindrical-coordinate representation of color #CF9FC9: hue angle of 307.5º 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 #CF9FC9 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 201 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.19 |
| HSL | 307.5º | 0.33% | 0.72% | - |
| HSV(B) | 307.5º | 0.23% | 0.81% | - |
| XYZ | 48.67 | 42.28 | 60.85 | - |
| YUV | 178.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 201 | 0 | 0.23 | 0.03 | 0.19 | 307.5 | 0.33 | 0.72 |
| Hex | CF | 9F | C9 | 0 | 17 | 3 | 13 | 134 | 21 | 48 |
| Octal | 317 | 237 | 311 | 0 | 27 | 3 | 23 | 464 | 41 | 110 |
| Binary | 11001111 | 10011111 | 11001001 | 0 | 10111 | 11 | 10011 | 100110100 | 100001 | 1001000 |
Color Harmonies of #CF9FC9
Complementary color
Monochromatic Colors of #CF9FC9
Black with #CF9FC9
Text Example
Text Example
White with #CF9FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9FC9; }
p { color: rgb(207,159,201); }
H1.HeaderClassName
{
color: #CF9FC9;
}
.AnyTagClassName
{
color: #CF9FC9;
}
</style>
background-color css
<style>
a { background-color: #CF9FC9; }
a { background-color: rgb(207,159,201); }
div.DivClassName
{
background-color: #CF9FC9;
}
.BgClassName
{
background-color: #CF9FC9;
}
</style>
border-color css
<style>
span { border-color: #CF9FC9; }
span { border-color: rgb(207,159,201); }
td.TdClassName
{
border-color: #CF9FC9;
}
.TagClassName
{
border-color: #CF9FC9;
}
</style>