Shades of Heliotrope #DC7CFF
Tints of Heliotrope #DC7CFF
RGB
CMYK
RGB Variations
Color information
#DC7CFF (or 0xDC7CFF) is known color: Heliotrope. HEX triplet: DC, 7C and FF. RGB value is (220,124,255). Sum of RGB (Red+Green+Blue) = 220+124+255=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 124 (48.83% from 255 or 20.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CFF is #238300. Grayscale: #A7A7A7. Windows color (decimal): -2327297 or 16743644. OLE color: 16743644.
HSL color Cylindrical-coordinate representation of color #DC7CFF: hue angle of 283.97º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7CFF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 124 | 255 | - |
| CMYK | 0.14 | 0.51 | 0 | 0 |
| HSL | 283.97º | 1% | 0.74% | - |
| HSV(B) | 283.97º | 0.51% | 1% | - |
| XYZ | 54.77 | 36.85 | 98.83 | - |
| YUV | 167.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 255 | 0.14 | 0.51 | 0 | 0 | 283.97 | 1 | 0.74 |
| Hex | DC | 7C | FF | E | 33 | 0 | 0 | 11C | 64 | 4A |
| Octal | 334 | 174 | 377 | 16 | 63 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011100 | 1111100 | 11111111 | 1110 | 110011 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DC7CFF
Complementary color
Monochromatic Colors of #DC7CFF
Black with #DC7CFF
Text Example
Text Example
White with #DC7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CFF; }
p { color: rgb(220,124,255); }
H1.HeaderClassName
{
color: #DC7CFF;
}
.AnyTagClassName
{
color: #DC7CFF;
}
</style>
background-color css
<style>
a { background-color: #DC7CFF; }
a { background-color: rgb(220,124,255); }
div.DivClassName
{
background-color: #DC7CFF;
}
.BgClassName
{
background-color: #DC7CFF;
}
</style>
border-color css
<style>
span { border-color: #DC7CFF; }
span { border-color: rgb(220,124,255); }
td.TdClassName
{
border-color: #DC7CFF;
}
.TagClassName
{
border-color: #DC7CFF;
}
</style>