Shades of Heliotrope #CF58F5
Tints of Heliotrope #CF58F5
RGB
CMYK
RGB Variations
Color information
#CF58F5 (or 0xCF58F5) is known color: Heliotrope. HEX triplet: CF, 58 and F5. RGB value is (207,88,245). Sum of RGB (Red+Green+Blue) = 207+88+245=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF58F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58F5 is #30A70A. Grayscale: #8C8C8C. Windows color (decimal): -3188491 or 16079055. OLE color: 16079055.
HSL color Cylindrical-coordinate representation of color #CF58F5: hue angle of 285.48º degrees, saturation: 0.89, 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 #CF58F5 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 88 | 245 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.04 |
| HSL | 285.48º | 0.89% | 0.65% | - |
| HSV(B) | 285.48º | 0.64% | 0.96% | - |
| XYZ | 45.7 | 26.84 | 89.16 | - |
| YUV | 141.48 | 186.42 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 245 | 0.16 | 0.64 | 0 | 0.04 | 285.48 | 0.89 | 0.65 |
| Hex | CF | 58 | F5 | 10 | 40 | 0 | 4 | 11D | 59 | 41 |
| Octal | 317 | 130 | 365 | 20 | 100 | 0 | 4 | 435 | 131 | 101 |
| Binary | 11001111 | 1011000 | 11110101 | 10000 | 1000000 | 0 | 100 | 100011101 | 1011001 | 1000001 |
Color Harmonies of #CF58F5
Complementary color
Monochromatic Colors of #CF58F5
Black with #CF58F5
Text Example
Text Example
White with #CF58F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58F5; }
p { color: rgb(207,88,245); }
H1.HeaderClassName
{
color: #CF58F5;
}
.AnyTagClassName
{
color: #CF58F5;
}
</style>
background-color css
<style>
a { background-color: #CF58F5; }
a { background-color: rgb(207,88,245); }
div.DivClassName
{
background-color: #CF58F5;
}
.BgClassName
{
background-color: #CF58F5;
}
</style>
border-color css
<style>
span { border-color: #CF58F5; }
span { border-color: rgb(207,88,245); }
td.TdClassName
{
border-color: #CF58F5;
}
.TagClassName
{
border-color: #CF58F5;
}
</style>