Shades of Heliotrope #CF58F2
Tints of Heliotrope #CF58F2
RGB
CMYK
RGB Variations
Color information
#CF58F2 (or 0xCF58F2) is known color: Heliotrope. HEX triplet: CF, 58 and F2. RGB value is (207,88,242). Sum of RGB (Red+Green+Blue) = 207+88+242=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF58F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58F2 is #30A70D. Grayscale: #8C8C8C. Windows color (decimal): -3188494 or 15882447. OLE color: 15882447.
HSL color Cylindrical-coordinate representation of color #CF58F2: hue angle of 286.36º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF58F2 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 88 | 242 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.05 |
| HSL | 286.36º | 0.86% | 0.65% | - |
| HSV(B) | 286.36º | 0.64% | 0.95% | - |
| XYZ | 45.25 | 26.66 | 86.76 | - |
| YUV | 141.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 242 | 0.14 | 0.64 | 0 | 0.05 | 286.36 | 0.86 | 0.65 |
| Hex | CF | 58 | F2 | E | 40 | 0 | 5 | 11E | 56 | 41 |
| Octal | 317 | 130 | 362 | 16 | 100 | 0 | 5 | 436 | 126 | 101 |
| Binary | 11001111 | 1011000 | 11110010 | 1110 | 1000000 | 0 | 101 | 100011110 | 1010110 | 1000001 |
Color Harmonies of #CF58F2
Complementary color
Monochromatic Colors of #CF58F2
Black with #CF58F2
Text Example
Text Example
White with #CF58F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58F2; }
p { color: rgb(207,88,242); }
H1.HeaderClassName
{
color: #CF58F2;
}
.AnyTagClassName
{
color: #CF58F2;
}
</style>
background-color css
<style>
a { background-color: #CF58F2; }
a { background-color: rgb(207,88,242); }
div.DivClassName
{
background-color: #CF58F2;
}
.BgClassName
{
background-color: #CF58F2;
}
</style>
border-color css
<style>
span { border-color: #CF58F2; }
span { border-color: rgb(207,88,242); }
td.TdClassName
{
border-color: #CF58F2;
}
.TagClassName
{
border-color: #CF58F2;
}
</style>