Shades of Heliotrope #DC7EF0
Tints of Heliotrope #DC7EF0
RGB
CMYK
RGB Variations
Color information
#DC7EF0 (or 0xDC7EF0) is known color: Heliotrope. HEX triplet: DC, 7E and F0. RGB value is (220,126,240). Sum of RGB (Red+Green+Blue) = 220+126+240=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC7EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EF0 is #23810F. Grayscale: #A6A6A6. Windows color (decimal): -2326800 or 15761116. OLE color: 15761116.
HSL color Cylindrical-coordinate representation of color #DC7EF0: hue angle of 289.47º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7EF0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 126 | 240 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.06 |
| HSL | 289.47º | 0.79% | 0.72% | - |
| HSV(B) | 289.47º | 0.48% | 0.94% | - |
| XYZ | 52.7 | 36.43 | 86.69 | - |
| YUV | 167.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 240 | 0.08 | 0.48 | 0 | 0.06 | 289.47 | 0.79 | 0.72 |
| Hex | DC | 7E | F0 | 8 | 30 | 0 | 6 | 121 | 4F | 48 |
| Octal | 334 | 176 | 360 | 10 | 60 | 0 | 6 | 441 | 117 | 110 |
| Binary | 11011100 | 1111110 | 11110000 | 1000 | 110000 | 0 | 110 | 100100001 | 1001111 | 1001000 |
Color Harmonies of #DC7EF0
Complementary color
Monochromatic Colors of #DC7EF0
Black with #DC7EF0
Text Example
Text Example
White with #DC7EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EF0; }
p { color: rgb(220,126,240); }
H1.HeaderClassName
{
color: #DC7EF0;
}
.AnyTagClassName
{
color: #DC7EF0;
}
</style>
background-color css
<style>
a { background-color: #DC7EF0; }
a { background-color: rgb(220,126,240); }
div.DivClassName
{
background-color: #DC7EF0;
}
.BgClassName
{
background-color: #DC7EF0;
}
</style>
border-color css
<style>
span { border-color: #DC7EF0; }
span { border-color: rgb(220,126,240); }
td.TdClassName
{
border-color: #DC7EF0;
}
.TagClassName
{
border-color: #DC7EF0;
}
</style>