Shades of Heliotrope #CF58F7
Tints of Heliotrope #CF58F7
RGB
CMYK
RGB Variations
Color information
#CF58F7 (or 0xCF58F7) is known color: Heliotrope. HEX triplet: CF, 58 and F7. RGB value is (207,88,247). Sum of RGB (Red+Green+Blue) = 207+88+247=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF58F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58F7 is #30A708. Grayscale: #8D8D8D. Windows color (decimal): -3188489 or 16210127. OLE color: 16210127.
HSL color Cylindrical-coordinate representation of color #CF58F7: hue angle of 284.91º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF58F7 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 88 | 247 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.03 |
| HSL | 284.91º | 0.91% | 0.66% | - |
| HSV(B) | 284.91º | 0.64% | 0.97% | - |
| XYZ | 46.01 | 26.96 | 90.77 | - |
| YUV | 141.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 247 | 0.16 | 0.64 | 0 | 0.03 | 284.91 | 0.91 | 0.66 |
| Hex | CF | 58 | F7 | 10 | 40 | 0 | 3 | 11D | 5B | 42 |
| Octal | 317 | 130 | 367 | 20 | 100 | 0 | 3 | 435 | 133 | 102 |
| Binary | 11001111 | 1011000 | 11110111 | 10000 | 1000000 | 0 | 11 | 100011101 | 1011011 | 1000010 |
Color Harmonies of #CF58F7
Complementary color
Monochromatic Colors of #CF58F7
Black with #CF58F7
Text Example
Text Example
White with #CF58F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58F7; }
p { color: rgb(207,88,247); }
H1.HeaderClassName
{
color: #CF58F7;
}
.AnyTagClassName
{
color: #CF58F7;
}
</style>
background-color css
<style>
a { background-color: #CF58F7; }
a { background-color: rgb(207,88,247); }
div.DivClassName
{
background-color: #CF58F7;
}
.BgClassName
{
background-color: #CF58F7;
}
</style>
border-color css
<style>
span { border-color: #CF58F7; }
span { border-color: rgb(207,88,247); }
td.TdClassName
{
border-color: #CF58F7;
}
.TagClassName
{
border-color: #CF58F7;
}
</style>