Shades of Heliotrope #CF50FC
Tints of Heliotrope #CF50FC
RGB
CMYK
RGB Variations
Color information
#CF50FC (or 0xCF50FC) is known color: Heliotrope. HEX triplet: CF, 50 and FC. RGB value is (207,80,252). Sum of RGB (Red+Green+Blue) = 207+80+252=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF50FC is #30AF03. Grayscale: #898989. Windows color (decimal): -3190532 or 16535759. OLE color: 16535759.
HSL color Cylindrical-coordinate representation of color #CF50FC: hue angle of 284.3º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF50FC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 80 | 252 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.01 |
| HSL | 284.3º | 0.97% | 0.65% | - |
| HSV(B) | 284.3º | 0.68% | 0.99% | - |
| XYZ | 46.17 | 26.03 | 94.69 | - |
| YUV | 137.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 252 | 0.18 | 0.68 | 0 | 0.01 | 284.3 | 0.97 | 0.65 |
| Hex | CF | 50 | FC | 12 | 44 | 0 | 1 | 11C | 61 | 41 |
| Octal | 317 | 120 | 374 | 22 | 104 | 0 | 1 | 434 | 141 | 101 |
| Binary | 11001111 | 1010000 | 11111100 | 10010 | 1000100 | 0 | 1 | 100011100 | 1100001 | 1000001 |
Color Harmonies of #CF50FC
Complementary color
Monochromatic Colors of #CF50FC
Black with #CF50FC
Text Example
Text Example
White with #CF50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50FC; }
p { color: rgb(207,80,252); }
H1.HeaderClassName
{
color: #CF50FC;
}
.AnyTagClassName
{
color: #CF50FC;
}
</style>
background-color css
<style>
a { background-color: #CF50FC; }
a { background-color: rgb(207,80,252); }
div.DivClassName
{
background-color: #CF50FC;
}
.BgClassName
{
background-color: #CF50FC;
}
</style>
border-color css
<style>
span { border-color: #CF50FC; }
span { border-color: rgb(207,80,252); }
td.TdClassName
{
border-color: #CF50FC;
}
.TagClassName
{
border-color: #CF50FC;
}
</style>