Shades of Lilac #CF96C9
Tints of Lilac #CF96C9
RGB
CMYK
RGB Variations
Color information
#CF96C9 (or 0xCF96C9) is known color: Lilac. HEX triplet: CF, 96 and C9. RGB value is (207,150,201). Sum of RGB (Red+Green+Blue) = 207+150+201=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96C9 is #306936. Grayscale: #ACACAC. Windows color (decimal): -3172663 or 13211343. OLE color: 13211343.
HSL color Cylindrical-coordinate representation of color #CF96C9: hue angle of 306.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96C9 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 201 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.19 |
| HSL | 306.32º | 0.37% | 0.7% | - |
| HSV(B) | 306.32º | 0.28% | 0.81% | - |
| XYZ | 47.18 | 39.3 | 60.36 | - |
| YUV | 172.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 201 | 0 | 0.28 | 0.03 | 0.19 | 306.32 | 0.37 | 0.7 |
| Hex | CF | 96 | C9 | 0 | 1C | 3 | 13 | 132 | 25 | 46 |
| Octal | 317 | 226 | 311 | 0 | 34 | 3 | 23 | 462 | 45 | 106 |
| Binary | 11001111 | 10010110 | 11001001 | 0 | 11100 | 11 | 10011 | 100110010 | 100101 | 1000110 |
Color Harmonies of #CF96C9
Complementary color
Monochromatic Colors of #CF96C9
Black with #CF96C9
Text Example
Text Example
White with #CF96C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96C9; }
p { color: rgb(207,150,201); }
H1.HeaderClassName
{
color: #CF96C9;
}
.AnyTagClassName
{
color: #CF96C9;
}
</style>
background-color css
<style>
a { background-color: #CF96C9; }
a { background-color: rgb(207,150,201); }
div.DivClassName
{
background-color: #CF96C9;
}
.BgClassName
{
background-color: #CF96C9;
}
</style>
border-color css
<style>
span { border-color: #CF96C9; }
span { border-color: rgb(207,150,201); }
td.TdClassName
{
border-color: #CF96C9;
}
.TagClassName
{
border-color: #CF96C9;
}
</style>