Shades of Heliotrope #DC7EF1
Tints of Heliotrope #DC7EF1
RGB
CMYK
RGB Variations
Color information
#DC7EF1 (or 0xDC7EF1) is known color: Heliotrope. HEX triplet: DC, 7E and F1. RGB value is (220,126,241). Sum of RGB (Red+Green+Blue) = 220+126+241=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EF1 is #23810E. Grayscale: #A6A6A6. Windows color (decimal): -2326799 or 15826652. OLE color: 15826652.
HSL color Cylindrical-coordinate representation of color #DC7EF1: hue angle of 289.04º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7EF1 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 126 | 241 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.05 |
| HSL | 289.04º | 0.8% | 0.72% | - |
| HSV(B) | 289.04º | 0.48% | 0.95% | - |
| XYZ | 52.85 | 36.49 | 87.48 | - |
| YUV | 167.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 241 | 0.09 | 0.48 | 0 | 0.05 | 289.04 | 0.8 | 0.72 |
| Hex | DC | 7E | F1 | 9 | 30 | 0 | 5 | 121 | 50 | 48 |
| Octal | 334 | 176 | 361 | 11 | 60 | 0 | 5 | 441 | 120 | 110 |
| Binary | 11011100 | 1111110 | 11110001 | 1001 | 110000 | 0 | 101 | 100100001 | 1010000 | 1001000 |
Color Harmonies of #DC7EF1
Complementary color
Monochromatic Colors of #DC7EF1
Black with #DC7EF1
Text Example
Text Example
White with #DC7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EF1; }
p { color: rgb(220,126,241); }
H1.HeaderClassName
{
color: #DC7EF1;
}
.AnyTagClassName
{
color: #DC7EF1;
}
</style>
background-color css
<style>
a { background-color: #DC7EF1; }
a { background-color: rgb(220,126,241); }
div.DivClassName
{
background-color: #DC7EF1;
}
.BgClassName
{
background-color: #DC7EF1;
}
</style>
border-color css
<style>
span { border-color: #DC7EF1; }
span { border-color: rgb(220,126,241); }
td.TdClassName
{
border-color: #DC7EF1;
}
.TagClassName
{
border-color: #DC7EF1;
}
</style>