Shades of Heliotrope #DF7CFA
Tints of Heliotrope #DF7CFA
RGB
CMYK
RGB Variations
Color information
#DF7CFA (or 0xDF7CFA) is known color: Heliotrope. HEX triplet: DF, 7C and FA. RGB value is (223,124,250). Sum of RGB (Red+Green+Blue) = 223+124+250=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7CFA is #208305. Grayscale: #A7A7A7. Windows color (decimal): -2130694 or 16415967. OLE color: 16415967.
HSL color Cylindrical-coordinate representation of color #DF7CFA: hue angle of 287.14º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7CFA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 124 | 250 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.02 |
| HSL | 287.14º | 0.93% | 0.73% | - |
| HSV(B) | 287.14º | 0.5% | 0.98% | - |
| XYZ | 54.89 | 37.01 | 94.69 | - |
| YUV | 167.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 250 | 0.11 | 0.50 | 0 | 0.02 | 287.14 | 0.93 | 0.73 |
| Hex | DF | 7C | FA | B | 32 | 0 | 2 | 11F | 5D | 49 |
| Octal | 337 | 174 | 372 | 13 | 62 | 0 | 2 | 437 | 135 | 111 |
| Binary | 11011111 | 1111100 | 11111010 | 1011 | 110010 | 0 | 10 | 100011111 | 1011101 | 1001001 |
Color Harmonies of #DF7CFA
Complementary color
Monochromatic Colors of #DF7CFA
Black with #DF7CFA
Text Example
Text Example
White with #DF7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CFA; }
p { color: rgb(223,124,250); }
H1.HeaderClassName
{
color: #DF7CFA;
}
.AnyTagClassName
{
color: #DF7CFA;
}
</style>
background-color css
<style>
a { background-color: #DF7CFA; }
a { background-color: rgb(223,124,250); }
div.DivClassName
{
background-color: #DF7CFA;
}
.BgClassName
{
background-color: #DF7CFA;
}
</style>
border-color css
<style>
span { border-color: #DF7CFA; }
span { border-color: rgb(223,124,250); }
td.TdClassName
{
border-color: #DF7CFA;
}
.TagClassName
{
border-color: #DF7CFA;
}
</style>