Shades of Heliotrope #CF56FA
Tints of Heliotrope #CF56FA
RGB
CMYK
RGB Variations
Color information
#CF56FA (or 0xCF56FA) is known color: Heliotrope. HEX triplet: CF, 56 and FA. RGB value is (207,86,250). Sum of RGB (Red+Green+Blue) = 207+86+250=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56FA is #30A905. Grayscale: #8C8C8C. Windows color (decimal): -3188998 or 16406223. OLE color: 16406223.
HSL color Cylindrical-coordinate representation of color #CF56FA: hue angle of 284.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF56FA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 86 | 250 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.02 |
| HSL | 284.27º | 0.94% | 0.66% | - |
| HSV(B) | 284.27º | 0.66% | 0.98% | - |
| XYZ | 46.32 | 26.82 | 93.18 | - |
| YUV | 140.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 250 | 0.17 | 0.66 | 0 | 0.02 | 284.27 | 0.94 | 0.66 |
| Hex | CF | 56 | FA | 11 | 42 | 0 | 2 | 11C | 5E | 42 |
| Octal | 317 | 126 | 372 | 21 | 102 | 0 | 2 | 434 | 136 | 102 |
| Binary | 11001111 | 1010110 | 11111010 | 10001 | 1000010 | 0 | 10 | 100011100 | 1011110 | 1000010 |
Color Harmonies of #CF56FA
Complementary color
Monochromatic Colors of #CF56FA
Black with #CF56FA
Text Example
Text Example
White with #CF56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56FA; }
p { color: rgb(207,86,250); }
H1.HeaderClassName
{
color: #CF56FA;
}
.AnyTagClassName
{
color: #CF56FA;
}
</style>
background-color css
<style>
a { background-color: #CF56FA; }
a { background-color: rgb(207,86,250); }
div.DivClassName
{
background-color: #CF56FA;
}
.BgClassName
{
background-color: #CF56FA;
}
</style>
border-color css
<style>
span { border-color: #CF56FA; }
span { border-color: rgb(207,86,250); }
td.TdClassName
{
border-color: #CF56FA;
}
.TagClassName
{
border-color: #CF56FA;
}
</style>