Shades of Lilac #CF95CF
Tints of Lilac #CF95CF
RGB
CMYK
RGB Variations
Color information
#CF95CF (or 0xCF95CF) is known color: Lilac. HEX triplet: CF, 95 and CF. RGB value is (207,149,207). Sum of RGB (Red+Green+Blue) = 207+149+207=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95CF is #306A30. Grayscale: #ACACAC. Windows color (decimal): -3172913 or 13604303. OLE color: 13604303.
HSL color Cylindrical-coordinate representation of color #CF95CF: hue angle of 300º degrees, saturation: 0.38, 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 #CF95CF is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 207 | - |
| CMYK | 0 | 0.28 | 0 | 0.19 |
| HSL | 300º | 0.38% | 0.7% | - |
| HSV(B) | 300º | 0.28% | 0.81% | - |
| XYZ | 47.74 | 39.27 | 64.09 | - |
| YUV | 172.95 | 147.22 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 207 | 0 | 0.28 | 0 | 0.19 | 300 | 0.38 | 0.7 |
| Hex | CF | 95 | CF | 0 | 1C | 0 | 13 | 12C | 26 | 46 |
| Octal | 317 | 225 | 317 | 0 | 34 | 0 | 23 | 454 | 46 | 106 |
| Binary | 11001111 | 10010101 | 11001111 | 0 | 11100 | 0 | 10011 | 100101100 | 100110 | 1000110 |
Color Harmonies of #CF95CF
Complementary color
Monochromatic Colors of #CF95CF
Black with #CF95CF
Text Example
Text Example
White with #CF95CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF95CF; }
p { color: rgb(207,149,207); }
H1.HeaderClassName
{
color: #CF95CF;
}
.AnyTagClassName
{
color: #CF95CF;
}
</style>
background-color css
<style>
a { background-color: #CF95CF; }
a { background-color: rgb(207,149,207); }
div.DivClassName
{
background-color: #CF95CF;
}
.BgClassName
{
background-color: #CF95CF;
}
</style>
border-color css
<style>
span { border-color: #CF95CF; }
span { border-color: rgb(207,149,207); }
td.TdClassName
{
border-color: #CF95CF;
}
.TagClassName
{
border-color: #CF95CF;
}
</style>