Shades of Heliotrope #CF54F8
Tints of Heliotrope #CF54F8
RGB
CMYK
RGB Variations
Color information
#CF54F8 (or 0xCF54F8) is known color: Heliotrope. HEX triplet: CF, 54 and F8. RGB value is (207,84,248). Sum of RGB (Red+Green+Blue) = 207+84+248=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 84 (33.20% from 255 or 15.58% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF54F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF54F8 is #30AB07. Grayscale: #8A8A8A. Windows color (decimal): -3189512 or 16274639. OLE color: 16274639.
HSL color Cylindrical-coordinate representation of color #CF54F8: hue angle of 285º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF54F8 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 84 | 248 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.03 |
| HSL | 285º | 0.92% | 0.65% | - |
| HSV(B) | 285º | 0.66% | 0.97% | - |
| XYZ | 45.85 | 26.38 | 91.48 | - |
| YUV | 139.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 248 | 0.17 | 0.66 | 0 | 0.03 | 285 | 0.92 | 0.65 |
| Hex | CF | 54 | F8 | 11 | 42 | 0 | 3 | 11D | 5C | 41 |
| Octal | 317 | 124 | 370 | 21 | 102 | 0 | 3 | 435 | 134 | 101 |
| Binary | 11001111 | 1010100 | 11111000 | 10001 | 1000010 | 0 | 11 | 100011101 | 1011100 | 1000001 |
Color Harmonies of #CF54F8
Complementary color
Monochromatic Colors of #CF54F8
Black with #CF54F8
Text Example
Text Example
White with #CF54F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54F8; }
p { color: rgb(207,84,248); }
H1.HeaderClassName
{
color: #CF54F8;
}
.AnyTagClassName
{
color: #CF54F8;
}
</style>
background-color css
<style>
a { background-color: #CF54F8; }
a { background-color: rgb(207,84,248); }
div.DivClassName
{
background-color: #CF54F8;
}
.BgClassName
{
background-color: #CF54F8;
}
</style>
border-color css
<style>
span { border-color: #CF54F8; }
span { border-color: rgb(207,84,248); }
td.TdClassName
{
border-color: #CF54F8;
}
.TagClassName
{
border-color: #CF54F8;
}
</style>