Shades of Heliotrope #DC82FF
Tints of Heliotrope #DC82FF
RGB
CMYK
RGB Variations
Color information
#DC82FF (or 0xDC82FF) is known color: Heliotrope. HEX triplet: DC, 82 and FF. RGB value is (220,130,255). Sum of RGB (Red+Green+Blue) = 220+130+255=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82FF is #237D00. Grayscale: #AAAAAA. Windows color (decimal): -2325761 or 16745180. OLE color: 16745180.
HSL color Cylindrical-coordinate representation of color #DC82FF: hue angle of 283.2º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC82FF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 130 | 255 | - |
| CMYK | 0.14 | 0.49 | 0 | 0 |
| HSL | 283.2º | 1% | 0.75% | - |
| HSV(B) | 283.2º | 0.49% | 1% | - |
| XYZ | 55.55 | 38.4 | 99.09 | - |
| YUV | 171.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 255 | 0.14 | 0.49 | 0 | 0 | 283.2 | 1 | 0.75 |
| Hex | DC | 82 | FF | E | 31 | 0 | 0 | 11B | 64 | 4B |
| Octal | 334 | 202 | 377 | 16 | 61 | 0 | 0 | 433 | 144 | 113 |
| Binary | 11011100 | 10000010 | 11111111 | 1110 | 110001 | 0 | 0 | 100011011 | 1100100 | 1001011 |
Color Harmonies of #DC82FF
Complementary color
Monochromatic Colors of #DC82FF
Black with #DC82FF
Text Example
Text Example
White with #DC82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82FF; }
p { color: rgb(220,130,255); }
H1.HeaderClassName
{
color: #DC82FF;
}
.AnyTagClassName
{
color: #DC82FF;
}
</style>
background-color css
<style>
a { background-color: #DC82FF; }
a { background-color: rgb(220,130,255); }
div.DivClassName
{
background-color: #DC82FF;
}
.BgClassName
{
background-color: #DC82FF;
}
</style>
border-color css
<style>
span { border-color: #DC82FF; }
span { border-color: rgb(220,130,255); }
td.TdClassName
{
border-color: #DC82FF;
}
.TagClassName
{
border-color: #DC82FF;
}
</style>