Shades of Heliotrope #DC7FFF
Tints of Heliotrope #DC7FFF
RGB
CMYK
RGB Variations
Color information
#DC7FFF (or 0xDC7FFF) is known color: Heliotrope. HEX triplet: DC, 7F and FF. RGB value is (220,127,255). Sum of RGB (Red+Green+Blue) = 220+127+255=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFF is #238000. Grayscale: #A8A8A8. Windows color (decimal): -2326529 or 16744412. OLE color: 16744412.
HSL color Cylindrical-coordinate representation of color #DC7FFF: hue angle of 283.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7FFF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 127 | 255 | - |
| CMYK | 0.14 | 0.50 | 0 | 0 |
| HSL | 283.59º | 1% | 0.75% | - |
| HSV(B) | 283.59º | 0.5% | 1% | - |
| XYZ | 55.15 | 37.61 | 98.96 | - |
| YUV | 169.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 255 | 0.14 | 0.50 | 0 | 0 | 283.59 | 1 | 0.75 |
| Hex | DC | 7F | FF | E | 32 | 0 | 0 | 11C | 64 | 4B |
| Octal | 334 | 177 | 377 | 16 | 62 | 0 | 0 | 434 | 144 | 113 |
| Binary | 11011100 | 1111111 | 11111111 | 1110 | 110010 | 0 | 0 | 100011100 | 1100100 | 1001011 |
Color Harmonies of #DC7FFF
Complementary color
Monochromatic Colors of #DC7FFF
Black with #DC7FFF
Text Example
Text Example
White with #DC7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FFF; }
p { color: rgb(220,127,255); }
H1.HeaderClassName
{
color: #DC7FFF;
}
.AnyTagClassName
{
color: #DC7FFF;
}
</style>
background-color css
<style>
a { background-color: #DC7FFF; }
a { background-color: rgb(220,127,255); }
div.DivClassName
{
background-color: #DC7FFF;
}
.BgClassName
{
background-color: #DC7FFF;
}
</style>
border-color css
<style>
span { border-color: #DC7FFF; }
span { border-color: rgb(220,127,255); }
td.TdClassName
{
border-color: #DC7FFF;
}
.TagClassName
{
border-color: #DC7FFF;
}
</style>