Shades of Heliotrope #DF7EFC
Tints of Heliotrope #DF7EFC
RGB
CMYK
RGB Variations
Color information
#DF7EFC (or 0xDF7EFC) is known color: Heliotrope. HEX triplet: DF, 7E and FC. RGB value is (223,126,252). Sum of RGB (Red+Green+Blue) = 223+126+252=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7EFC is #208103. Grayscale: #A8A8A8. Windows color (decimal): -2130180 or 16547551. OLE color: 16547551.
HSL color Cylindrical-coordinate representation of color #DF7EFC: hue angle of 286.19º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7EFC is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 126 | 252 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.01 |
| HSL | 286.19º | 0.95% | 0.74% | - |
| HSV(B) | 286.19º | 0.5% | 0.99% | - |
| XYZ | 55.46 | 37.64 | 96.44 | - |
| YUV | 169.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 252 | 0.12 | 0.5 | 0 | 0.01 | 286.19 | 0.95 | 0.74 |
| Hex | DF | 7E | FC | C | 32 | 0 | 1 | 11E | 5F | 4A |
| Octal | 337 | 176 | 374 | 14 | 62 | 0 | 1 | 436 | 137 | 112 |
| Binary | 11011111 | 1111110 | 11111100 | 1100 | 110010 | 0 | 1 | 100011110 | 1011111 | 1001010 |
Color Harmonies of #DF7EFC
Complementary color
Monochromatic Colors of #DF7EFC
Black with #DF7EFC
Text Example
Text Example
White with #DF7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EFC; }
p { color: rgb(223,126,252); }
H1.HeaderClassName
{
color: #DF7EFC;
}
.AnyTagClassName
{
color: #DF7EFC;
}
</style>
background-color css
<style>
a { background-color: #DF7EFC; }
a { background-color: rgb(223,126,252); }
div.DivClassName
{
background-color: #DF7EFC;
}
.BgClassName
{
background-color: #DF7EFC;
}
</style>
border-color css
<style>
span { border-color: #DF7EFC; }
span { border-color: rgb(223,126,252); }
td.TdClassName
{
border-color: #DF7EFC;
}
.TagClassName
{
border-color: #DF7EFC;
}
</style>