Shades of Heliotrope #DC7AFA
Tints of Heliotrope #DC7AFA
RGB
CMYK
RGB Variations
Color information
#DC7AFA (or 0xDC7AFA) is known color: Heliotrope. HEX triplet: DC, 7A and FA. RGB value is (220,122,250). Sum of RGB (Red+Green+Blue) = 220+122+250=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC7AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AFA is #238505. Grayscale: #A5A5A5. Windows color (decimal): -2327814 or 16415452. OLE color: 16415452.
HSL color Cylindrical-coordinate representation of color #DC7AFA: hue angle of 285.94º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7AFA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 122 | 250 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 285.94º | 0.93% | 0.73% | - |
| HSV(B) | 285.94º | 0.51% | 0.98% | - |
| XYZ | 53.73 | 36.04 | 94.57 | - |
| YUV | 165.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 250 | 0.12 | 0.51 | 0 | 0.02 | 285.94 | 0.93 | 0.73 |
| Hex | DC | 7A | FA | C | 33 | 0 | 2 | 11E | 5D | 49 |
| Octal | 334 | 172 | 372 | 14 | 63 | 0 | 2 | 436 | 135 | 111 |
| Binary | 11011100 | 1111010 | 11111010 | 1100 | 110011 | 0 | 10 | 100011110 | 1011101 | 1001001 |
Color Harmonies of #DC7AFA
Complementary color
Monochromatic Colors of #DC7AFA
Black with #DC7AFA
Text Example
Text Example
White with #DC7AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AFA; }
p { color: rgb(220,122,250); }
H1.HeaderClassName
{
color: #DC7AFA;
}
.AnyTagClassName
{
color: #DC7AFA;
}
</style>
background-color css
<style>
a { background-color: #DC7AFA; }
a { background-color: rgb(220,122,250); }
div.DivClassName
{
background-color: #DC7AFA;
}
.BgClassName
{
background-color: #DC7AFA;
}
</style>
border-color css
<style>
span { border-color: #DC7AFA; }
span { border-color: rgb(220,122,250); }
td.TdClassName
{
border-color: #DC7AFA;
}
.TagClassName
{
border-color: #DC7AFA;
}
</style>