Shades of Heliotrope #DC82F0
Tints of Heliotrope #DC82F0
RGB
CMYK
RGB Variations
Color information
#DC82F0 (or 0xDC82F0) is known color: Heliotrope. HEX triplet: DC, 82 and F0. RGB value is (220,130,240). Sum of RGB (Red+Green+Blue) = 220+130+240=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82F0 is #237D0F. Grayscale: #A9A9A9. Windows color (decimal): -2325776 or 15762140. OLE color: 15762140.
HSL color Cylindrical-coordinate representation of color #DC82F0: hue angle of 289.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC82F0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 130 | 240 | - |
CMYK | 0.08 | 0.46 | 0 | 0.06 |
HSL | 289.09º | 0.79% | 0.73% | - |
HSV(B) | 289.09º | 0.46% | 0.94% | - |
XYZ | 53.23 | 37.47 | 86.87 | - |
YUV | 169.45 | 167.82 | 164.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 130 | 240 | 0.08 | 0.46 | 0 | 0.06 | 289.09 | 0.79 | 0.73 |
Hex | DC | 82 | F0 | 8 | 2E | 0 | 6 | 121 | 4F | 49 |
Octal | 334 | 202 | 360 | 10 | 56 | 0 | 6 | 441 | 117 | 111 |
Binary | 11011100 | 10000010 | 11110000 | 1000 | 101110 | 0 | 110 | 100100001 | 1001111 | 1001001 |
Color Harmonies of #DC82F0
Complementary color
Monochromatic Colors of #DC82F0
Black with #DC82F0
Text Example
Text Example
White with #DC82F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82F0; }
p { color: rgb(220,130,240); }
H1.HeaderClassName
{
color: #DC82F0;
}
.AnyTagClassName
{
color: #DC82F0;
}
</style>
background-color css
<style>
a { background-color: #DC82F0; }
a { background-color: rgb(220,130,240); }
div.DivClassName
{
background-color: #DC82F0;
}
.BgClassName
{
background-color: #DC82F0;
}
</style>
border-color css
<style>
span { border-color: #DC82F0; }
span { border-color: rgb(220,130,240); }
td.TdClassName
{
border-color: #DC82F0;
}
.TagClassName
{
border-color: #DC82F0;
}
</style>