Shades of Heliotrope #CF58F0
Tints of Heliotrope #CF58F0
RGB
CMYK
RGB Variations
Color information
#CF58F0 (or 0xCF58F0) is known color: Heliotrope. HEX triplet: CF, 58 and F0. RGB value is (207,88,240). Sum of RGB (Red+Green+Blue) = 207+88+240=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF58F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58F0 is #30A70F. Grayscale: #8C8C8C. Windows color (decimal): -3188496 or 15751375. OLE color: 15751375.
HSL color Cylindrical-coordinate representation of color #CF58F0: hue angle of 286.97º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF58F0 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 88 | 240 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.06 |
| HSL | 286.97º | 0.84% | 0.64% | - |
| HSV(B) | 286.97º | 0.63% | 0.94% | - |
| XYZ | 44.95 | 26.54 | 85.19 | - |
| YUV | 140.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 240 | 0.14 | 0.63 | 0 | 0.06 | 286.97 | 0.84 | 0.64 |
| Hex | CF | 58 | F0 | E | 3F | 0 | 6 | 11F | 54 | 40 |
| Octal | 317 | 130 | 360 | 16 | 77 | 0 | 6 | 437 | 124 | 100 |
| Binary | 11001111 | 1011000 | 11110000 | 1110 | 111111 | 0 | 110 | 100011111 | 1010100 | 1000000 |
Color Harmonies of #CF58F0
Complementary color
Monochromatic Colors of #CF58F0
Black with #CF58F0
Text Example
Text Example
White with #CF58F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58F0; }
p { color: rgb(207,88,240); }
H1.HeaderClassName
{
color: #CF58F0;
}
.AnyTagClassName
{
color: #CF58F0;
}
</style>
background-color css
<style>
a { background-color: #CF58F0; }
a { background-color: rgb(207,88,240); }
div.DivClassName
{
background-color: #CF58F0;
}
.BgClassName
{
background-color: #CF58F0;
}
</style>
border-color css
<style>
span { border-color: #CF58F0; }
span { border-color: rgb(207,88,240); }
td.TdClassName
{
border-color: #CF58F0;
}
.TagClassName
{
border-color: #CF58F0;
}
</style>