Shades of Heliotrope #DF7CFE
Tints of Heliotrope #DF7CFE
RGB
CMYK
RGB Variations
Color information
#DF7CFE (or 0xDF7CFE) is known color: Heliotrope. HEX triplet: DF, 7C and FE. RGB value is (223,124,254). Sum of RGB (Red+Green+Blue) = 223+124+254=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7CFE is #208301. Grayscale: #A8A8A8. Windows color (decimal): -2130690 or 16678111. OLE color: 16678111.
HSL color Cylindrical-coordinate representation of color #DF7CFE: hue angle of 285.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF7CFE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 124 | 254 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.00 |
| HSL | 285.69º | 0.98% | 0.74% | - |
| HSV(B) | 285.69º | 0.51% | 1% | - |
| XYZ | 55.53 | 37.26 | 98.03 | - |
| YUV | 168.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 254 | 0.12 | 0.51 | 0 | 0.00 | 285.69 | 0.98 | 0.74 |
| Hex | DF | 7C | FE | C | 33 | 0 | 0 | 11E | 62 | 4A |
| Octal | 337 | 174 | 376 | 14 | 63 | 0 | 0 | 436 | 142 | 112 |
| Binary | 11011111 | 1111100 | 11111110 | 1100 | 110011 | 0 | 0 | 100011110 | 1100010 | 1001010 |
Color Harmonies of #DF7CFE
Complementary color
Monochromatic Colors of #DF7CFE
Black with #DF7CFE
Text Example
Text Example
White with #DF7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CFE; }
p { color: rgb(223,124,254); }
H1.HeaderClassName
{
color: #DF7CFE;
}
.AnyTagClassName
{
color: #DF7CFE;
}
</style>
background-color css
<style>
a { background-color: #DF7CFE; }
a { background-color: rgb(223,124,254); }
div.DivClassName
{
background-color: #DF7CFE;
}
.BgClassName
{
background-color: #DF7CFE;
}
</style>
border-color css
<style>
span { border-color: #DF7CFE; }
span { border-color: rgb(223,124,254); }
td.TdClassName
{
border-color: #DF7CFE;
}
.TagClassName
{
border-color: #DF7CFE;
}
</style>