Shades of Heliotrope #DC7DF0
Tints of Heliotrope #DC7DF0
RGB
CMYK
RGB Variations
Color information
#DC7DF0 (or 0xDC7DF0) is known color: Heliotrope. HEX triplet: DC, 7D and F0. RGB value is (220,125,240). Sum of RGB (Red+Green+Blue) = 220+125+240=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC7DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DF0 is #23820F. Grayscale: #A6A6A6. Windows color (decimal): -2327056 or 15760860. OLE color: 15760860.
HSL color Cylindrical-coordinate representation of color #DC7DF0: hue angle of 289.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7DF0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 125 | 240 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.06 |
| HSL | 289.57º | 0.79% | 0.72% | - |
| HSV(B) | 289.57º | 0.48% | 0.94% | - |
| XYZ | 52.58 | 36.17 | 86.65 | - |
| YUV | 166.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 240 | 0.08 | 0.48 | 0 | 0.06 | 289.57 | 0.79 | 0.72 |
| Hex | DC | 7D | F0 | 8 | 30 | 0 | 6 | 122 | 4F | 48 |
| Octal | 334 | 175 | 360 | 10 | 60 | 0 | 6 | 442 | 117 | 110 |
| Binary | 11011100 | 1111101 | 11110000 | 1000 | 110000 | 0 | 110 | 100100010 | 1001111 | 1001000 |
Color Harmonies of #DC7DF0
Complementary color
Monochromatic Colors of #DC7DF0
Black with #DC7DF0
Text Example
Text Example
White with #DC7DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DF0; }
p { color: rgb(220,125,240); }
H1.HeaderClassName
{
color: #DC7DF0;
}
.AnyTagClassName
{
color: #DC7DF0;
}
</style>
background-color css
<style>
a { background-color: #DC7DF0; }
a { background-color: rgb(220,125,240); }
div.DivClassName
{
background-color: #DC7DF0;
}
.BgClassName
{
background-color: #DC7DF0;
}
</style>
border-color css
<style>
span { border-color: #DC7DF0; }
span { border-color: rgb(220,125,240); }
td.TdClassName
{
border-color: #DC7DF0;
}
.TagClassName
{
border-color: #DC7DF0;
}
</style>