Shades of Heliotrope #CF54F6
Tints of Heliotrope #CF54F6
RGB
CMYK
RGB Variations
Color information
#CF54F6 (or 0xCF54F6) is known color: Heliotrope. HEX triplet: CF, 54 and F6. RGB value is (207,84,246). Sum of RGB (Red+Green+Blue) = 207+84+246=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF54F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF54F6 is #30AB09. Grayscale: #8A8A8A. Windows color (decimal): -3189514 or 16143567. OLE color: 16143567.
HSL color Cylindrical-coordinate representation of color #CF54F6: hue angle of 285.56º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF54F6 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 84 | 246 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.04 |
| HSL | 285.56º | 0.9% | 0.65% | - |
| HSV(B) | 285.56º | 0.66% | 0.96% | - |
| XYZ | 45.54 | 26.26 | 89.86 | - |
| YUV | 139.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 246 | 0.16 | 0.66 | 0 | 0.04 | 285.56 | 0.9 | 0.65 |
| Hex | CF | 54 | F6 | 10 | 42 | 0 | 4 | 11E | 5A | 41 |
| Octal | 317 | 124 | 366 | 20 | 102 | 0 | 4 | 436 | 132 | 101 |
| Binary | 11001111 | 1010100 | 11110110 | 10000 | 1000010 | 0 | 100 | 100011110 | 1011010 | 1000001 |
Color Harmonies of #CF54F6
Complementary color
Monochromatic Colors of #CF54F6
Black with #CF54F6
Text Example
Text Example
White with #CF54F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54F6; }
p { color: rgb(207,84,246); }
H1.HeaderClassName
{
color: #CF54F6;
}
.AnyTagClassName
{
color: #CF54F6;
}
</style>
background-color css
<style>
a { background-color: #CF54F6; }
a { background-color: rgb(207,84,246); }
div.DivClassName
{
background-color: #CF54F6;
}
.BgClassName
{
background-color: #CF54F6;
}
</style>
border-color css
<style>
span { border-color: #CF54F6; }
span { border-color: rgb(207,84,246); }
td.TdClassName
{
border-color: #CF54F6;
}
.TagClassName
{
border-color: #CF54F6;
}
</style>