Shades of Heliotrope #DF6EFC
Tints of Heliotrope #DF6EFC
RGB
CMYK
RGB Variations
Color information
#DF6EFC (or 0xDF6EFC) is known color: Heliotrope. HEX triplet: DF, 6E and FC. RGB value is (223,110,252). Sum of RGB (Red+Green+Blue) = 223+110+252=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6EFC is #209103. Grayscale: #9F9F9F. Windows color (decimal): -2134276 or 16543455. OLE color: 16543455.
HSL color Cylindrical-coordinate representation of color #DF6EFC: hue angle of 287.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6EFC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 110 | 252 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.01 |
| HSL | 287.75º | 0.96% | 0.71% | - |
| HSV(B) | 287.75º | 0.56% | 0.99% | - |
| XYZ | 53.58 | 33.87 | 95.81 | - |
| YUV | 159.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 252 | 0.12 | 0.56 | 0 | 0.01 | 287.75 | 0.96 | 0.71 |
| Hex | DF | 6E | FC | C | 38 | 0 | 1 | 120 | 60 | 47 |
| Octal | 337 | 156 | 374 | 14 | 70 | 0 | 1 | 440 | 140 | 107 |
| Binary | 11011111 | 1101110 | 11111100 | 1100 | 111000 | 0 | 1 | 100100000 | 1100000 | 1000111 |
Color Harmonies of #DF6EFC
Complementary color
Monochromatic Colors of #DF6EFC
Black with #DF6EFC
Text Example
Text Example
White with #DF6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EFC; }
p { color: rgb(223,110,252); }
H1.HeaderClassName
{
color: #DF6EFC;
}
.AnyTagClassName
{
color: #DF6EFC;
}
</style>
background-color css
<style>
a { background-color: #DF6EFC; }
a { background-color: rgb(223,110,252); }
div.DivClassName
{
background-color: #DF6EFC;
}
.BgClassName
{
background-color: #DF6EFC;
}
</style>
border-color css
<style>
span { border-color: #DF6EFC; }
span { border-color: rgb(223,110,252); }
td.TdClassName
{
border-color: #DF6EFC;
}
.TagClassName
{
border-color: #DF6EFC;
}
</style>