Shades of Heliotrope #DC7EEE
Tints of Heliotrope #DC7EEE
RGB
CMYK
RGB Variations
Color information
#DC7EEE (or 0xDC7EEE) is known color: Heliotrope. HEX triplet: DC, 7E and EE. RGB value is (220,126,238). Sum of RGB (Red+Green+Blue) = 220+126+238=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EEE is #238111. Grayscale: #A6A6A6. Windows color (decimal): -2326802 or 15630044. OLE color: 15630044.
HSL color Cylindrical-coordinate representation of color #DC7EEE: hue angle of 290.36º degrees, saturation: 0.77, 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 #DC7EEE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 126 | 238 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.07 |
| HSL | 290.36º | 0.77% | 0.71% | - |
| HSV(B) | 290.36º | 0.47% | 0.93% | - |
| XYZ | 52.41 | 36.31 | 85.14 | - |
| YUV | 166.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 238 | 0.08 | 0.47 | 0 | 0.07 | 290.36 | 0.77 | 0.71 |
| Hex | DC | 7E | EE | 8 | 2F | 0 | 7 | 122 | 4D | 47 |
| Octal | 334 | 176 | 356 | 10 | 57 | 0 | 7 | 442 | 115 | 107 |
| Binary | 11011100 | 1111110 | 11101110 | 1000 | 101111 | 0 | 111 | 100100010 | 1001101 | 1000111 |
Color Harmonies of #DC7EEE
Complementary color
Monochromatic Colors of #DC7EEE
Black with #DC7EEE
Text Example
Text Example
White with #DC7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EEE; }
p { color: rgb(220,126,238); }
H1.HeaderClassName
{
color: #DC7EEE;
}
.AnyTagClassName
{
color: #DC7EEE;
}
</style>
background-color css
<style>
a { background-color: #DC7EEE; }
a { background-color: rgb(220,126,238); }
div.DivClassName
{
background-color: #DC7EEE;
}
.BgClassName
{
background-color: #DC7EEE;
}
</style>
border-color css
<style>
span { border-color: #DC7EEE; }
span { border-color: rgb(220,126,238); }
td.TdClassName
{
border-color: #DC7EEE;
}
.TagClassName
{
border-color: #DC7EEE;
}
</style>