Shades of Heliotrope #CF70E9
Tints of Heliotrope #CF70E9
RGB
CMYK
RGB Variations
Color information
#CF70E9 (or 0xCF70E9) is known color: Heliotrope. HEX triplet: CF, 70 and E9. RGB value is (207,112,233). Sum of RGB (Red+Green+Blue) = 207+112+233=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70E9 is #308F16. Grayscale: #999999. Windows color (decimal): -3182359 or 15298767. OLE color: 15298767.
HSL color Cylindrical-coordinate representation of color #CF70E9: hue angle of 287.11º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF70E9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 112 | 233 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.09 |
| HSL | 287.11º | 0.73% | 0.68% | - |
| HSV(B) | 287.11º | 0.52% | 0.91% | - |
| XYZ | 46.23 | 30.74 | 80.59 | - |
| YUV | 154.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 233 | 0.11 | 0.52 | 0 | 0.09 | 287.11 | 0.73 | 0.68 |
| Hex | CF | 70 | E9 | B | 34 | 0 | 9 | 11F | 49 | 44 |
| Octal | 317 | 160 | 351 | 13 | 64 | 0 | 11 | 437 | 111 | 104 |
| Binary | 11001111 | 1110000 | 11101001 | 1011 | 110100 | 0 | 1001 | 100011111 | 1001001 | 1000100 |
Color Harmonies of #CF70E9
Complementary color
Monochromatic Colors of #CF70E9
Black with #CF70E9
Text Example
Text Example
White with #CF70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70E9; }
p { color: rgb(207,112,233); }
H1.HeaderClassName
{
color: #CF70E9;
}
.AnyTagClassName
{
color: #CF70E9;
}
</style>
background-color css
<style>
a { background-color: #CF70E9; }
a { background-color: rgb(207,112,233); }
div.DivClassName
{
background-color: #CF70E9;
}
.BgClassName
{
background-color: #CF70E9;
}
</style>
border-color css
<style>
span { border-color: #CF70E9; }
span { border-color: rgb(207,112,233); }
td.TdClassName
{
border-color: #CF70E9;
}
.TagClassName
{
border-color: #CF70E9;
}
</style>