Shades of Heliotrope #CF56F3
Tints of Heliotrope #CF56F3
RGB
CMYK
RGB Variations
Color information
#CF56F3 (or 0xCF56F3) is known color: Heliotrope. HEX triplet: CF, 56 and F3. RGB value is (207,86,243). Sum of RGB (Red+Green+Blue) = 207+86+243=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF56F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56F3 is #30A90C. Grayscale: #8B8B8B. Windows color (decimal): -3189005 or 15947471. OLE color: 15947471.
HSL color Cylindrical-coordinate representation of color #CF56F3: hue angle of 286.24º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF56F3 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 86 | 243 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.05 |
| HSL | 286.24º | 0.87% | 0.65% | - |
| HSV(B) | 286.24º | 0.65% | 0.95% | - |
| XYZ | 45.24 | 26.39 | 87.5 | - |
| YUV | 140.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 243 | 0.15 | 0.65 | 0 | 0.05 | 286.24 | 0.87 | 0.65 |
| Hex | CF | 56 | F3 | F | 41 | 0 | 5 | 11E | 57 | 41 |
| Octal | 317 | 126 | 363 | 17 | 101 | 0 | 5 | 436 | 127 | 101 |
| Binary | 11001111 | 1010110 | 11110011 | 1111 | 1000001 | 0 | 101 | 100011110 | 1010111 | 1000001 |
Color Harmonies of #CF56F3
Complementary color
Monochromatic Colors of #CF56F3
Black with #CF56F3
Text Example
Text Example
White with #CF56F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56F3; }
p { color: rgb(207,86,243); }
H1.HeaderClassName
{
color: #CF56F3;
}
.AnyTagClassName
{
color: #CF56F3;
}
</style>
background-color css
<style>
a { background-color: #CF56F3; }
a { background-color: rgb(207,86,243); }
div.DivClassName
{
background-color: #CF56F3;
}
.BgClassName
{
background-color: #CF56F3;
}
</style>
border-color css
<style>
span { border-color: #CF56F3; }
span { border-color: rgb(207,86,243); }
td.TdClassName
{
border-color: #CF56F3;
}
.TagClassName
{
border-color: #CF56F3;
}
</style>