Shades of Heliotrope #CF60F7
Tints of Heliotrope #CF60F7
RGB
CMYK
RGB Variations
Color information
#CF60F7 (or 0xCF60F7) is known color: Heliotrope. HEX triplet: CF, 60 and F7. RGB value is (207,96,247). Sum of RGB (Red+Green+Blue) = 207+96+247=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF60F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60F7 is #309F08. Grayscale: #919191. Windows color (decimal): -3186441 or 16212175. OLE color: 16212175.
HSL color Cylindrical-coordinate representation of color #CF60F7: hue angle of 284.11º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF60F7 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 96 | 247 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.03 |
| HSL | 284.11º | 0.9% | 0.67% | - |
| HSV(B) | 284.11º | 0.61% | 0.97% | - |
| XYZ | 46.7 | 28.35 | 91.01 | - |
| YUV | 146.4 | 184.77 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 247 | 0.16 | 0.61 | 0 | 0.03 | 284.11 | 0.9 | 0.67 |
| Hex | CF | 60 | F7 | 10 | 3D | 0 | 3 | 11C | 5A | 43 |
| Octal | 317 | 140 | 367 | 20 | 75 | 0 | 3 | 434 | 132 | 103 |
| Binary | 11001111 | 1100000 | 11110111 | 10000 | 111101 | 0 | 11 | 100011100 | 1011010 | 1000011 |
Color Harmonies of #CF60F7
Complementary color
Monochromatic Colors of #CF60F7
Black with #CF60F7
Text Example
Text Example
White with #CF60F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60F7; }
p { color: rgb(207,96,247); }
H1.HeaderClassName
{
color: #CF60F7;
}
.AnyTagClassName
{
color: #CF60F7;
}
</style>
background-color css
<style>
a { background-color: #CF60F7; }
a { background-color: rgb(207,96,247); }
div.DivClassName
{
background-color: #CF60F7;
}
.BgClassName
{
background-color: #CF60F7;
}
</style>
border-color css
<style>
span { border-color: #CF60F7; }
span { border-color: rgb(207,96,247); }
td.TdClassName
{
border-color: #CF60F7;
}
.TagClassName
{
border-color: #CF60F7;
}
</style>