Shades of Heliotrope #DC7AF7
Tints of Heliotrope #DC7AF7
RGB
CMYK
RGB Variations
Color information
#DC7AF7 (or 0xDC7AF7) is known color: Heliotrope. HEX triplet: DC, 7A and F7. RGB value is (220,122,247). Sum of RGB (Red+Green+Blue) = 220+122+247=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC7AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AF7 is #238508. Grayscale: #A5A5A5. Windows color (decimal): -2327817 or 16218844. OLE color: 16218844.
HSL color Cylindrical-coordinate representation of color #DC7AF7: hue angle of 287.04º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7AF7 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 122 | 247 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.03 |
| HSL | 287.04º | 0.89% | 0.72% | - |
| HSV(B) | 287.04º | 0.51% | 0.97% | - |
| XYZ | 53.26 | 35.85 | 92.11 | - |
| YUV | 165.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 247 | 0.11 | 0.51 | 0 | 0.03 | 287.04 | 0.89 | 0.72 |
| Hex | DC | 7A | F7 | B | 33 | 0 | 3 | 11F | 59 | 48 |
| Octal | 334 | 172 | 367 | 13 | 63 | 0 | 3 | 437 | 131 | 110 |
| Binary | 11011100 | 1111010 | 11110111 | 1011 | 110011 | 0 | 11 | 100011111 | 1011001 | 1001000 |
Color Harmonies of #DC7AF7
Complementary color
Monochromatic Colors of #DC7AF7
Black with #DC7AF7
Text Example
Text Example
White with #DC7AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AF7; }
p { color: rgb(220,122,247); }
H1.HeaderClassName
{
color: #DC7AF7;
}
.AnyTagClassName
{
color: #DC7AF7;
}
</style>
background-color css
<style>
a { background-color: #DC7AF7; }
a { background-color: rgb(220,122,247); }
div.DivClassName
{
background-color: #DC7AF7;
}
.BgClassName
{
background-color: #DC7AF7;
}
</style>
border-color css
<style>
span { border-color: #DC7AF7; }
span { border-color: rgb(220,122,247); }
td.TdClassName
{
border-color: #DC7AF7;
}
.TagClassName
{
border-color: #DC7AF7;
}
</style>