Shades of Heliotrope #CF54FA
Tints of Heliotrope #CF54FA
RGB
CMYK
RGB Variations
Color information
#CF54FA (or 0xCF54FA) is known color: Heliotrope. HEX triplet: CF, 54 and FA. RGB value is (207,84,250). Sum of RGB (Red+Green+Blue) = 207+84+250=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF54FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF54FA is #30AB05. Grayscale: #8B8B8B. Windows color (decimal): -3189510 or 16405711. OLE color: 16405711.
HSL color Cylindrical-coordinate representation of color #CF54FA: hue angle of 284.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF54FA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 84 | 250 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.02 |
| HSL | 284.46º | 0.94% | 0.65% | - |
| HSV(B) | 284.46º | 0.66% | 0.98% | - |
| XYZ | 46.16 | 26.51 | 93.13 | - |
| YUV | 139.7 | 190.25 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 250 | 0.17 | 0.66 | 0 | 0.02 | 284.46 | 0.94 | 0.65 |
| Hex | CF | 54 | FA | 11 | 42 | 0 | 2 | 11C | 5E | 41 |
| Octal | 317 | 124 | 372 | 21 | 102 | 0 | 2 | 434 | 136 | 101 |
| Binary | 11001111 | 1010100 | 11111010 | 10001 | 1000010 | 0 | 10 | 100011100 | 1011110 | 1000001 |
Color Harmonies of #CF54FA
Complementary color
Monochromatic Colors of #CF54FA
Black with #CF54FA
Text Example
Text Example
White with #CF54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54FA; }
p { color: rgb(207,84,250); }
H1.HeaderClassName
{
color: #CF54FA;
}
.AnyTagClassName
{
color: #CF54FA;
}
</style>
background-color css
<style>
a { background-color: #CF54FA; }
a { background-color: rgb(207,84,250); }
div.DivClassName
{
background-color: #CF54FA;
}
.BgClassName
{
background-color: #CF54FA;
}
</style>
border-color css
<style>
span { border-color: #CF54FA; }
span { border-color: rgb(207,84,250); }
td.TdClassName
{
border-color: #CF54FA;
}
.TagClassName
{
border-color: #CF54FA;
}
</style>