Shades of Lilac #CF96C7
Tints of Lilac #CF96C7
RGB
CMYK
RGB Variations
Color information
#CF96C7 (or 0xCF96C7) is known color: Lilac. HEX triplet: CF, 96 and C7. RGB value is (207,150,199). Sum of RGB (Red+Green+Blue) = 207+150+199=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96C7 is #306938. Grayscale: #ACACAC. Windows color (decimal): -3172665 or 13080271. OLE color: 13080271.
HSL color Cylindrical-coordinate representation of color #CF96C7: hue angle of 308.42º 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 #CF96C7 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 199 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.19 |
| HSL | 308.42º | 0.37% | 0.7% | - |
| HSV(B) | 308.42º | 0.28% | 0.81% | - |
| XYZ | 46.95 | 39.2 | 59.13 | - |
| YUV | 172.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 199 | 0 | 0.28 | 0.04 | 0.19 | 308.42 | 0.37 | 0.7 |
| Hex | CF | 96 | C7 | 0 | 1C | 4 | 13 | 134 | 25 | 46 |
| Octal | 317 | 226 | 307 | 0 | 34 | 4 | 23 | 464 | 45 | 106 |
| Binary | 11001111 | 10010110 | 11000111 | 0 | 11100 | 100 | 10011 | 100110100 | 100101 | 1000110 |
Color Harmonies of #CF96C7
Complementary color
Monochromatic Colors of #CF96C7
Black with #CF96C7
Text Example
Text Example
White with #CF96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96C7; }
p { color: rgb(207,150,199); }
H1.HeaderClassName
{
color: #CF96C7;
}
.AnyTagClassName
{
color: #CF96C7;
}
</style>
background-color css
<style>
a { background-color: #CF96C7; }
a { background-color: rgb(207,150,199); }
div.DivClassName
{
background-color: #CF96C7;
}
.BgClassName
{
background-color: #CF96C7;
}
</style>
border-color css
<style>
span { border-color: #CF96C7; }
span { border-color: rgb(207,150,199); }
td.TdClassName
{
border-color: #CF96C7;
}
.TagClassName
{
border-color: #CF96C7;
}
</style>