Shades of Heliotrope #DC7EED
Tints of Heliotrope #DC7EED
RGB
CMYK
RGB Variations
Color information
#DC7EED (or 0xDC7EED) is known color: Heliotrope. HEX triplet: DC, 7E and ED. RGB value is (220,126,237). Sum of RGB (Red+Green+Blue) = 220+126+237=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EED is #238112. Grayscale: #A6A6A6. Windows color (decimal): -2326803 or 15564508. OLE color: 15564508.
HSL color Cylindrical-coordinate representation of color #DC7EED: hue angle of 290.81º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7EED is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 126 | 237 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.07 |
| HSL | 290.81º | 0.76% | 0.71% | - |
| HSV(B) | 290.81º | 0.47% | 0.93% | - |
| XYZ | 52.26 | 36.25 | 84.36 | - |
| YUV | 166.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 237 | 0.07 | 0.47 | 0 | 0.07 | 290.81 | 0.76 | 0.71 |
| Hex | DC | 7E | ED | 7 | 2F | 0 | 7 | 123 | 4C | 47 |
| Octal | 334 | 176 | 355 | 7 | 57 | 0 | 7 | 443 | 114 | 107 |
| Binary | 11011100 | 1111110 | 11101101 | 111 | 101111 | 0 | 111 | 100100011 | 1001100 | 1000111 |
Color Harmonies of #DC7EED
Complementary color
Monochromatic Colors of #DC7EED
Black with #DC7EED
Text Example
Text Example
White with #DC7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EED; }
p { color: rgb(220,126,237); }
H1.HeaderClassName
{
color: #DC7EED;
}
.AnyTagClassName
{
color: #DC7EED;
}
</style>
background-color css
<style>
a { background-color: #DC7EED; }
a { background-color: rgb(220,126,237); }
div.DivClassName
{
background-color: #DC7EED;
}
.BgClassName
{
background-color: #DC7EED;
}
</style>
border-color css
<style>
span { border-color: #DC7EED; }
span { border-color: rgb(220,126,237); }
td.TdClassName
{
border-color: #DC7EED;
}
.TagClassName
{
border-color: #DC7EED;
}
</style>