Shades of Heliotrope #CF58F4
Tints of Heliotrope #CF58F4
RGB
CMYK
RGB Variations
Color information
#CF58F4 (or 0xCF58F4) is known color: Heliotrope. HEX triplet: CF, 58 and F4. RGB value is (207,88,244). Sum of RGB (Red+Green+Blue) = 207+88+244=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF58F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58F4 is #30A70B. Grayscale: #8C8C8C. Windows color (decimal): -3188492 or 16013519. OLE color: 16013519.
HSL color Cylindrical-coordinate representation of color #CF58F4: hue angle of 285.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF58F4 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 88 | 244 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.04 |
| HSL | 285.77º | 0.88% | 0.65% | - |
| HSV(B) | 285.77º | 0.64% | 0.96% | - |
| XYZ | 45.55 | 26.78 | 88.36 | - |
| YUV | 141.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 244 | 0.15 | 0.64 | 0 | 0.04 | 285.77 | 0.88 | 0.65 |
| Hex | CF | 58 | F4 | F | 40 | 0 | 4 | 11E | 58 | 41 |
| Octal | 317 | 130 | 364 | 17 | 100 | 0 | 4 | 436 | 130 | 101 |
| Binary | 11001111 | 1011000 | 11110100 | 1111 | 1000000 | 0 | 100 | 100011110 | 1011000 | 1000001 |
Color Harmonies of #CF58F4
Complementary color
Monochromatic Colors of #CF58F4
Black with #CF58F4
Text Example
Text Example
White with #CF58F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58F4; }
p { color: rgb(207,88,244); }
H1.HeaderClassName
{
color: #CF58F4;
}
.AnyTagClassName
{
color: #CF58F4;
}
</style>
background-color css
<style>
a { background-color: #CF58F4; }
a { background-color: rgb(207,88,244); }
div.DivClassName
{
background-color: #CF58F4;
}
.BgClassName
{
background-color: #CF58F4;
}
</style>
border-color css
<style>
span { border-color: #CF58F4; }
span { border-color: rgb(207,88,244); }
td.TdClassName
{
border-color: #CF58F4;
}
.TagClassName
{
border-color: #CF58F4;
}
</style>