Shades of Heliotrope #CF62FA
Tints of Heliotrope #CF62FA
RGB
CMYK
RGB Variations
Color information
#CF62FA (or 0xCF62FA) is known color: Heliotrope. HEX triplet: CF, 62 and FA. RGB value is (207,98,250). Sum of RGB (Red+Green+Blue) = 207+98+250=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF62FA is #309D05. Grayscale: #939393. Windows color (decimal): -3185926 or 16409295. OLE color: 16409295.
HSL color Cylindrical-coordinate representation of color #CF62FA: hue angle of 283.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF62FA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 98 | 250 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.02 |
| HSL | 283.03º | 0.94% | 0.68% | - |
| HSV(B) | 283.03º | 0.61% | 0.98% | - |
| XYZ | 47.36 | 28.9 | 93.53 | - |
| YUV | 147.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 250 | 0.17 | 0.61 | 0 | 0.02 | 283.03 | 0.94 | 0.68 |
| Hex | CF | 62 | FA | 11 | 3D | 0 | 2 | 11B | 5E | 44 |
| Octal | 317 | 142 | 372 | 21 | 75 | 0 | 2 | 433 | 136 | 104 |
| Binary | 11001111 | 1100010 | 11111010 | 10001 | 111101 | 0 | 10 | 100011011 | 1011110 | 1000100 |
Color Harmonies of #CF62FA
Complementary color
Monochromatic Colors of #CF62FA
Black with #CF62FA
Text Example
Text Example
White with #CF62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62FA; }
p { color: rgb(207,98,250); }
H1.HeaderClassName
{
color: #CF62FA;
}
.AnyTagClassName
{
color: #CF62FA;
}
</style>
background-color css
<style>
a { background-color: #CF62FA; }
a { background-color: rgb(207,98,250); }
div.DivClassName
{
background-color: #CF62FA;
}
.BgClassName
{
background-color: #CF62FA;
}
</style>
border-color css
<style>
span { border-color: #CF62FA; }
span { border-color: rgb(207,98,250); }
td.TdClassName
{
border-color: #CF62FA;
}
.TagClassName
{
border-color: #CF62FA;
}
</style>