Shades of Heliotrope #DC73F7
Tints of Heliotrope #DC73F7
RGB
CMYK
RGB Variations
Color information
#DC73F7 (or 0xDC73F7) is known color: Heliotrope. HEX triplet: DC, 73 and F7. RGB value is (220,115,247). Sum of RGB (Red+Green+Blue) = 220+115+247=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC73F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73F7 is #238C08. Grayscale: #A1A1A1. Windows color (decimal): -2329609 or 16217052. OLE color: 16217052.
HSL color Cylindrical-coordinate representation of color #DC73F7: hue angle of 287.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC73F7 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 115 | 247 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.03 |
| HSL | 287.73º | 0.89% | 0.71% | - |
| HSV(B) | 287.73º | 0.53% | 0.97% | - |
| XYZ | 52.43 | 34.19 | 91.83 | - |
| YUV | 161.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 247 | 0.11 | 0.53 | 0 | 0.03 | 287.73 | 0.89 | 0.71 |
| Hex | DC | 73 | F7 | B | 35 | 0 | 3 | 120 | 59 | 47 |
| Octal | 334 | 163 | 367 | 13 | 65 | 0 | 3 | 440 | 131 | 107 |
| Binary | 11011100 | 1110011 | 11110111 | 1011 | 110101 | 0 | 11 | 100100000 | 1011001 | 1000111 |
Color Harmonies of #DC73F7
Complementary color
Monochromatic Colors of #DC73F7
Black with #DC73F7
Text Example
Text Example
White with #DC73F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73F7; }
p { color: rgb(220,115,247); }
H1.HeaderClassName
{
color: #DC73F7;
}
.AnyTagClassName
{
color: #DC73F7;
}
</style>
background-color css
<style>
a { background-color: #DC73F7; }
a { background-color: rgb(220,115,247); }
div.DivClassName
{
background-color: #DC73F7;
}
.BgClassName
{
background-color: #DC73F7;
}
</style>
border-color css
<style>
span { border-color: #DC73F7; }
span { border-color: rgb(220,115,247); }
td.TdClassName
{
border-color: #DC73F7;
}
.TagClassName
{
border-color: #DC73F7;
}
</style>