Shades of Heliotrope #CF49FC
Tints of Heliotrope #CF49FC
RGB
CMYK
RGB Variations
Color information
#CF49FC (or 0xCF49FC) is known color: Heliotrope. HEX triplet: CF, 49 and FC. RGB value is (207,73,252). Sum of RGB (Red+Green+Blue) = 207+73+252=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49FC is #30B603. Grayscale: #848484. Windows color (decimal): -3192324 or 16533967. OLE color: 16533967.
HSL color Cylindrical-coordinate representation of color #CF49FC: hue angle of 284.92º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF49FC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 73 | 252 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.01 |
| HSL | 284.92º | 0.97% | 0.64% | - |
| HSV(B) | 284.92º | 0.71% | 0.99% | - |
| XYZ | 45.69 | 25.06 | 94.52 | - |
| YUV | 133.47 | 194.89 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 252 | 0.18 | 0.71 | 0 | 0.01 | 284.92 | 0.97 | 0.64 |
| Hex | CF | 49 | FC | 12 | 47 | 0 | 1 | 11D | 61 | 40 |
| Octal | 317 | 111 | 374 | 22 | 107 | 0 | 1 | 435 | 141 | 100 |
| Binary | 11001111 | 1001001 | 11111100 | 10010 | 1000111 | 0 | 1 | 100011101 | 1100001 | 1000000 |
Color Harmonies of #CF49FC
Complementary color
Monochromatic Colors of #CF49FC
Black with #CF49FC
Text Example
Text Example
White with #CF49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49FC; }
p { color: rgb(207,73,252); }
H1.HeaderClassName
{
color: #CF49FC;
}
.AnyTagClassName
{
color: #CF49FC;
}
</style>
background-color css
<style>
a { background-color: #CF49FC; }
a { background-color: rgb(207,73,252); }
div.DivClassName
{
background-color: #CF49FC;
}
.BgClassName
{
background-color: #CF49FC;
}
</style>
border-color css
<style>
span { border-color: #CF49FC; }
span { border-color: rgb(207,73,252); }
td.TdClassName
{
border-color: #CF49FC;
}
.TagClassName
{
border-color: #CF49FC;
}
</style>