Shades of Lilac #CF94CE
Tints of Lilac #CF94CE
RGB
CMYK
RGB Variations
Color information
#CF94CE (or 0xCF94CE) is known color: Lilac. HEX triplet: CF, 94 and CE. RGB value is (207,148,206). Sum of RGB (Red+Green+Blue) = 207+148+206=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94CE is #306B31. Grayscale: #ACACAC. Windows color (decimal): -3173170 or 13538511. OLE color: 13538511.
HSL color Cylindrical-coordinate representation of color #CF94CE: hue angle of 301.02º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94CE is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 206 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.19 |
| HSL | 301.02º | 0.38% | 0.7% | - |
| HSV(B) | 301.02º | 0.29% | 0.81% | - |
| XYZ | 47.46 | 38.9 | 63.4 | - |
| YUV | 172.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 206 | 0 | 0.29 | 0.00 | 0.19 | 301.02 | 0.38 | 0.7 |
| Hex | CF | 94 | CE | 0 | 1D | 0 | 13 | 12D | 26 | 46 |
| Octal | 317 | 224 | 316 | 0 | 35 | 0 | 23 | 455 | 46 | 106 |
| Binary | 11001111 | 10010100 | 11001110 | 0 | 11101 | 0 | 10011 | 100101101 | 100110 | 1000110 |
Color Harmonies of #CF94CE
Complementary color
Monochromatic Colors of #CF94CE
Black with #CF94CE
Text Example
Text Example
White with #CF94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF94CE; }
p { color: rgb(207,148,206); }
H1.HeaderClassName
{
color: #CF94CE;
}
.AnyTagClassName
{
color: #CF94CE;
}
</style>
background-color css
<style>
a { background-color: #CF94CE; }
a { background-color: rgb(207,148,206); }
div.DivClassName
{
background-color: #CF94CE;
}
.BgClassName
{
background-color: #CF94CE;
}
</style>
border-color css
<style>
span { border-color: #CF94CE; }
span { border-color: rgb(207,148,206); }
td.TdClassName
{
border-color: #CF94CE;
}
.TagClassName
{
border-color: #CF94CE;
}
</style>