Shades of Heliotrope #CF70EC
Tints of Heliotrope #CF70EC
RGB
CMYK
RGB Variations
Color information
#CF70EC (or 0xCF70EC) is known color: Heliotrope. HEX triplet: CF, 70 and EC. RGB value is (207,112,236). Sum of RGB (Red+Green+Blue) = 207+112+236=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70EC is #308F13. Grayscale: #9A9A9A. Windows color (decimal): -3182356 or 15495375. OLE color: 15495375.
HSL color Cylindrical-coordinate representation of color #CF70EC: hue angle of 285.97º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF70EC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 112 | 236 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.07 |
| HSL | 285.97º | 0.77% | 0.68% | - |
| HSV(B) | 285.97º | 0.53% | 0.93% | - |
| XYZ | 46.67 | 30.91 | 82.86 | - |
| YUV | 154.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 236 | 0.12 | 0.53 | 0 | 0.07 | 285.97 | 0.77 | 0.68 |
| Hex | CF | 70 | EC | C | 35 | 0 | 7 | 11E | 4D | 44 |
| Octal | 317 | 160 | 354 | 14 | 65 | 0 | 7 | 436 | 115 | 104 |
| Binary | 11001111 | 1110000 | 11101100 | 1100 | 110101 | 0 | 111 | 100011110 | 1001101 | 1000100 |
Color Harmonies of #CF70EC
Complementary color
Monochromatic Colors of #CF70EC
Black with #CF70EC
Text Example
Text Example
White with #CF70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70EC; }
p { color: rgb(207,112,236); }
H1.HeaderClassName
{
color: #CF70EC;
}
.AnyTagClassName
{
color: #CF70EC;
}
</style>
background-color css
<style>
a { background-color: #CF70EC; }
a { background-color: rgb(207,112,236); }
div.DivClassName
{
background-color: #CF70EC;
}
.BgClassName
{
background-color: #CF70EC;
}
</style>
border-color css
<style>
span { border-color: #CF70EC; }
span { border-color: rgb(207,112,236); }
td.TdClassName
{
border-color: #CF70EC;
}
.TagClassName
{
border-color: #CF70EC;
}
</style>