Shades of Heliotrope #DC76F7
Tints of Heliotrope #DC76F7
RGB
CMYK
RGB Variations
Color information
#DC76F7 (or 0xDC76F7) is known color: Heliotrope. HEX triplet: DC, 76 and F7. RGB value is (220,118,247). Sum of RGB (Red+Green+Blue) = 220+118+247=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC76F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76F7 is #238908. Grayscale: #A2A2A2. Windows color (decimal): -2328841 or 16217820. OLE color: 16217820.
HSL color Cylindrical-coordinate representation of color #DC76F7: hue angle of 287.44º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC76F7 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 118 | 247 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.03 |
| HSL | 287.44º | 0.89% | 0.72% | - |
| HSV(B) | 287.44º | 0.52% | 0.97% | - |
| XYZ | 52.78 | 34.89 | 91.95 | - |
| YUV | 163.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 247 | 0.11 | 0.52 | 0 | 0.03 | 287.44 | 0.89 | 0.72 |
| Hex | DC | 76 | F7 | B | 34 | 0 | 3 | 11F | 59 | 48 |
| Octal | 334 | 166 | 367 | 13 | 64 | 0 | 3 | 437 | 131 | 110 |
| Binary | 11011100 | 1110110 | 11110111 | 1011 | 110100 | 0 | 11 | 100011111 | 1011001 | 1001000 |
Color Harmonies of #DC76F7
Complementary color
Monochromatic Colors of #DC76F7
Black with #DC76F7
Text Example
Text Example
White with #DC76F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76F7; }
p { color: rgb(220,118,247); }
H1.HeaderClassName
{
color: #DC76F7;
}
.AnyTagClassName
{
color: #DC76F7;
}
</style>
background-color css
<style>
a { background-color: #DC76F7; }
a { background-color: rgb(220,118,247); }
div.DivClassName
{
background-color: #DC76F7;
}
.BgClassName
{
background-color: #DC76F7;
}
</style>
border-color css
<style>
span { border-color: #DC76F7; }
span { border-color: rgb(220,118,247); }
td.TdClassName
{
border-color: #DC76F7;
}
.TagClassName
{
border-color: #DC76F7;
}
</style>