Shades of Heliotrope #CF49FE
Tints of Heliotrope #CF49FE
RGB
CMYK
RGB Variations
Color information
#CF49FE (or 0xCF49FE) is known color: Heliotrope. HEX triplet: CF, 49 and FE. RGB value is (207,73,254). Sum of RGB (Red+Green+Blue) = 207+73+254=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49FE is #30B601. Grayscale: #858585. Windows color (decimal): -3192322 or 16665039. OLE color: 16665039.
HSL color Cylindrical-coordinate representation of color #CF49FE: hue angle of 284.42º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF49FE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 73 | 254 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.00 |
| HSL | 284.42º | 0.99% | 0.64% | - |
| HSV(B) | 284.42º | 0.71% | 1% | - |
| XYZ | 46 | 25.19 | 96.2 | - |
| YUV | 133.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 254 | 0.19 | 0.71 | 0 | 0.00 | 284.42 | 0.99 | 0.64 |
| Hex | CF | 49 | FE | 13 | 47 | 0 | 0 | 11C | 63 | 40 |
| Octal | 317 | 111 | 376 | 23 | 107 | 0 | 0 | 434 | 143 | 100 |
| Binary | 11001111 | 1001001 | 11111110 | 10011 | 1000111 | 0 | 0 | 100011100 | 1100011 | 1000000 |
Color Harmonies of #CF49FE
Complementary color
Monochromatic Colors of #CF49FE
Black with #CF49FE
Text Example
Text Example
White with #CF49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49FE; }
p { color: rgb(207,73,254); }
H1.HeaderClassName
{
color: #CF49FE;
}
.AnyTagClassName
{
color: #CF49FE;
}
</style>
background-color css
<style>
a { background-color: #CF49FE; }
a { background-color: rgb(207,73,254); }
div.DivClassName
{
background-color: #CF49FE;
}
.BgClassName
{
background-color: #CF49FE;
}
</style>
border-color css
<style>
span { border-color: #CF49FE; }
span { border-color: rgb(207,73,254); }
td.TdClassName
{
border-color: #CF49FE;
}
.TagClassName
{
border-color: #CF49FE;
}
</style>