Shades of Heliotrope #DC7CFA
Tints of Heliotrope #DC7CFA
RGB
CMYK
RGB Variations
Color information
#DC7CFA (or 0xDC7CFA) is known color: Heliotrope. HEX triplet: DC, 7C and FA. RGB value is (220,124,250). Sum of RGB (Red+Green+Blue) = 220+124+250=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CFA is #238305. Grayscale: #A6A6A6. Windows color (decimal): -2327302 or 16415964. OLE color: 16415964.
HSL color Cylindrical-coordinate representation of color #DC7CFA: hue angle of 285.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7CFA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 124 | 250 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 285.71º | 0.93% | 0.73% | - |
| HSV(B) | 285.71º | 0.5% | 0.98% | - |
| XYZ | 53.98 | 36.53 | 94.65 | - |
| YUV | 167.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 250 | 0.12 | 0.50 | 0 | 0.02 | 285.71 | 0.93 | 0.73 |
| Hex | DC | 7C | FA | C | 32 | 0 | 2 | 11E | 5D | 49 |
| Octal | 334 | 174 | 372 | 14 | 62 | 0 | 2 | 436 | 135 | 111 |
| Binary | 11011100 | 1111100 | 11111010 | 1100 | 110010 | 0 | 10 | 100011110 | 1011101 | 1001001 |
Color Harmonies of #DC7CFA
Complementary color
Monochromatic Colors of #DC7CFA
Black with #DC7CFA
Text Example
Text Example
White with #DC7CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CFA; }
p { color: rgb(220,124,250); }
H1.HeaderClassName
{
color: #DC7CFA;
}
.AnyTagClassName
{
color: #DC7CFA;
}
</style>
background-color css
<style>
a { background-color: #DC7CFA; }
a { background-color: rgb(220,124,250); }
div.DivClassName
{
background-color: #DC7CFA;
}
.BgClassName
{
background-color: #DC7CFA;
}
</style>
border-color css
<style>
span { border-color: #DC7CFA; }
span { border-color: rgb(220,124,250); }
td.TdClassName
{
border-color: #DC7CFA;
}
.TagClassName
{
border-color: #DC7CFA;
}
</style>