Shades of Heliotrope #DC7DF7
Tints of Heliotrope #DC7DF7
RGB
CMYK
RGB Variations
Color information
#DC7DF7 (or 0xDC7DF7) is known color: Heliotrope. HEX triplet: DC, 7D and F7. RGB value is (220,125,247). Sum of RGB (Red+Green+Blue) = 220+125+247=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC7DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DF7 is #238208. Grayscale: #A6A6A6. Windows color (decimal): -2327049 or 16219612. OLE color: 16219612.
HSL color Cylindrical-coordinate representation of color #DC7DF7: hue angle of 286.72º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7DF7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 125 | 247 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.03 |
| HSL | 286.72º | 0.88% | 0.73% | - |
| HSV(B) | 286.72º | 0.49% | 0.97% | - |
| XYZ | 53.64 | 36.6 | 92.23 | - |
| YUV | 167.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 247 | 0.11 | 0.49 | 0 | 0.03 | 286.72 | 0.88 | 0.73 |
| Hex | DC | 7D | F7 | B | 31 | 0 | 3 | 11F | 58 | 49 |
| Octal | 334 | 175 | 367 | 13 | 61 | 0 | 3 | 437 | 130 | 111 |
| Binary | 11011100 | 1111101 | 11110111 | 1011 | 110001 | 0 | 11 | 100011111 | 1011000 | 1001001 |
Color Harmonies of #DC7DF7
Complementary color
Monochromatic Colors of #DC7DF7
Black with #DC7DF7
Text Example
Text Example
White with #DC7DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DF7; }
p { color: rgb(220,125,247); }
H1.HeaderClassName
{
color: #DC7DF7;
}
.AnyTagClassName
{
color: #DC7DF7;
}
</style>
background-color css
<style>
a { background-color: #DC7DF7; }
a { background-color: rgb(220,125,247); }
div.DivClassName
{
background-color: #DC7DF7;
}
.BgClassName
{
background-color: #DC7DF7;
}
</style>
border-color css
<style>
span { border-color: #DC7DF7; }
span { border-color: rgb(220,125,247); }
td.TdClassName
{
border-color: #DC7DF7;
}
.TagClassName
{
border-color: #DC7DF7;
}
</style>