Shades of Heliotrope #CF49FA
Tints of Heliotrope #CF49FA
RGB
CMYK
RGB Variations
Color information
#CF49FA (or 0xCF49FA) is known color: Heliotrope. HEX triplet: CF, 49 and FA. RGB value is (207,73,250). Sum of RGB (Red+Green+Blue) = 207+73+250=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49FA is #30B605. Grayscale: #848484. Windows color (decimal): -3192326 or 16402895. OLE color: 16402895.
HSL color Cylindrical-coordinate representation of color #CF49FA: hue angle of 285.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF49FA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 73 | 250 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.02 |
| HSL | 285.42º | 0.95% | 0.63% | - |
| HSV(B) | 285.42º | 0.71% | 0.98% | - |
| XYZ | 45.37 | 24.93 | 92.86 | - |
| YUV | 133.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 250 | 0.17 | 0.71 | 0 | 0.02 | 285.42 | 0.95 | 0.63 |
| Hex | CF | 49 | FA | 11 | 47 | 0 | 2 | 11D | 5F | 3F |
| Octal | 317 | 111 | 372 | 21 | 107 | 0 | 2 | 435 | 137 | 77 |
| Binary | 11001111 | 1001001 | 11111010 | 10001 | 1000111 | 0 | 10 | 100011101 | 1011111 | 111111 |
Color Harmonies of #CF49FA
Complementary color
Monochromatic Colors of #CF49FA
Black with #CF49FA
Text Example
Text Example
White with #CF49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49FA; }
p { color: rgb(207,73,250); }
H1.HeaderClassName
{
color: #CF49FA;
}
.AnyTagClassName
{
color: #CF49FA;
}
</style>
background-color css
<style>
a { background-color: #CF49FA; }
a { background-color: rgb(207,73,250); }
div.DivClassName
{
background-color: #CF49FA;
}
.BgClassName
{
background-color: #CF49FA;
}
</style>
border-color css
<style>
span { border-color: #CF49FA; }
span { border-color: rgb(207,73,250); }
td.TdClassName
{
border-color: #CF49FA;
}
.TagClassName
{
border-color: #CF49FA;
}
</style>