Shades of Heliotrope #CF50F6
Tints of Heliotrope #CF50F6
RGB
CMYK
RGB Variations
Color information
#CF50F6 (or 0xCF50F6) is known color: Heliotrope. HEX triplet: CF, 50 and F6. RGB value is (207,80,246). Sum of RGB (Red+Green+Blue) = 207+80+246=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF50F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50F6 is #30AF09. Grayscale: #888888. Windows color (decimal): -3190538 or 16142543. OLE color: 16142543.
HSL color Cylindrical-coordinate representation of color #CF50F6: hue angle of 285.9º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF50F6 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 80 | 246 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.04 |
| HSL | 285.9º | 0.9% | 0.64% | - |
| HSV(B) | 285.9º | 0.67% | 0.96% | - |
| XYZ | 45.24 | 25.66 | 89.76 | - |
| YUV | 136.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 246 | 0.16 | 0.67 | 0 | 0.04 | 285.9 | 0.9 | 0.64 |
| Hex | CF | 50 | F6 | 10 | 43 | 0 | 4 | 11E | 5A | 40 |
| Octal | 317 | 120 | 366 | 20 | 103 | 0 | 4 | 436 | 132 | 100 |
| Binary | 11001111 | 1010000 | 11110110 | 10000 | 1000011 | 0 | 100 | 100011110 | 1011010 | 1000000 |
Color Harmonies of #CF50F6
Complementary color
Monochromatic Colors of #CF50F6
Black with #CF50F6
Text Example
Text Example
White with #CF50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50F6; }
p { color: rgb(207,80,246); }
H1.HeaderClassName
{
color: #CF50F6;
}
.AnyTagClassName
{
color: #CF50F6;
}
</style>
background-color css
<style>
a { background-color: #CF50F6; }
a { background-color: rgb(207,80,246); }
div.DivClassName
{
background-color: #CF50F6;
}
.BgClassName
{
background-color: #CF50F6;
}
</style>
border-color css
<style>
span { border-color: #CF50F6; }
span { border-color: rgb(207,80,246); }
td.TdClassName
{
border-color: #CF50F6;
}
.TagClassName
{
border-color: #CF50F6;
}
</style>