Shades of Heliotrope #DC7DEE
Tints of Heliotrope #DC7DEE
RGB
CMYK
RGB Variations
Color information
#DC7DEE (or 0xDC7DEE) is known color: Heliotrope. HEX triplet: DC, 7D and EE. RGB value is (220,125,238). Sum of RGB (Red+Green+Blue) = 220+125+238=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DEE is #238211. Grayscale: #A5A5A5. Windows color (decimal): -2327058 or 15629788. OLE color: 15629788.
HSL color Cylindrical-coordinate representation of color #DC7DEE: hue angle of 290.44º 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 #DC7DEE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 125 | 238 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.07 |
| HSL | 290.44º | 0.77% | 0.71% | - |
| HSV(B) | 290.44º | 0.47% | 0.93% | - |
| XYZ | 52.28 | 36.06 | 85.09 | - |
| YUV | 166.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 238 | 0.08 | 0.47 | 0 | 0.07 | 290.44 | 0.77 | 0.71 |
| Hex | DC | 7D | EE | 8 | 2F | 0 | 7 | 122 | 4D | 47 |
| Octal | 334 | 175 | 356 | 10 | 57 | 0 | 7 | 442 | 115 | 107 |
| Binary | 11011100 | 1111101 | 11101110 | 1000 | 101111 | 0 | 111 | 100100010 | 1001101 | 1000111 |
Color Harmonies of #DC7DEE
Complementary color
Monochromatic Colors of #DC7DEE
Black with #DC7DEE
Text Example
Text Example
White with #DC7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DEE; }
p { color: rgb(220,125,238); }
H1.HeaderClassName
{
color: #DC7DEE;
}
.AnyTagClassName
{
color: #DC7DEE;
}
</style>
background-color css
<style>
a { background-color: #DC7DEE; }
a { background-color: rgb(220,125,238); }
div.DivClassName
{
background-color: #DC7DEE;
}
.BgClassName
{
background-color: #DC7DEE;
}
</style>
border-color css
<style>
span { border-color: #DC7DEE; }
span { border-color: rgb(220,125,238); }
td.TdClassName
{
border-color: #DC7DEE;
}
.TagClassName
{
border-color: #DC7DEE;
}
</style>