Shades of Heliotrope #DC7EF7
Tints of Heliotrope #DC7EF7
RGB
CMYK
RGB Variations
Color information
#DC7EF7 (or 0xDC7EF7) is known color: Heliotrope. HEX triplet: DC, 7E and F7. RGB value is (220,126,247). Sum of RGB (Red+Green+Blue) = 220+126+247=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 126 (49.61% from 255 or 21.25% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC7EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EF7 is #238108. Grayscale: #A7A7A7. Windows color (decimal): -2326793 or 16219868. OLE color: 16219868.
HSL color Cylindrical-coordinate representation of color #DC7EF7: hue angle of 286.61º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7EF7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 126 | 247 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.03 |
| HSL | 286.61º | 0.88% | 0.73% | - |
| HSV(B) | 286.61º | 0.49% | 0.97% | - |
| XYZ | 53.76 | 36.85 | 92.28 | - |
| YUV | 167.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 247 | 0.11 | 0.49 | 0 | 0.03 | 286.61 | 0.88 | 0.73 |
| Hex | DC | 7E | F7 | B | 31 | 0 | 3 | 11F | 58 | 49 |
| Octal | 334 | 176 | 367 | 13 | 61 | 0 | 3 | 437 | 130 | 111 |
| Binary | 11011100 | 1111110 | 11110111 | 1011 | 110001 | 0 | 11 | 100011111 | 1011000 | 1001001 |
Color Harmonies of #DC7EF7
Complementary color
Monochromatic Colors of #DC7EF7
Black with #DC7EF7
Text Example
Text Example
White with #DC7EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EF7; }
p { color: rgb(220,126,247); }
H1.HeaderClassName
{
color: #DC7EF7;
}
.AnyTagClassName
{
color: #DC7EF7;
}
</style>
background-color css
<style>
a { background-color: #DC7EF7; }
a { background-color: rgb(220,126,247); }
div.DivClassName
{
background-color: #DC7EF7;
}
.BgClassName
{
background-color: #DC7EF7;
}
</style>
border-color css
<style>
span { border-color: #DC7EF7; }
span { border-color: rgb(220,126,247); }
td.TdClassName
{
border-color: #DC7EF7;
}
.TagClassName
{
border-color: #DC7EF7;
}
</style>