Shades of Heliotrope #DC82FA
Tints of Heliotrope #DC82FA
RGB
CMYK
RGB Variations
Color information
#DC82FA (or 0xDC82FA) is known color: Heliotrope. HEX triplet: DC, 82 and FA. RGB value is (220,130,250). Sum of RGB (Red+Green+Blue) = 220+130+250=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82FA is #237D05. Grayscale: #AAAAAA. Windows color (decimal): -2325766 or 16417500. OLE color: 16417500.
HSL color Cylindrical-coordinate representation of color #DC82FA: hue angle of 285º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC82FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 130 | 250 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.02 |
| HSL | 285º | 0.92% | 0.75% | - |
| HSV(B) | 285º | 0.48% | 0.98% | - |
| XYZ | 54.75 | 38.08 | 94.91 | - |
| YUV | 170.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 250 | 0.12 | 0.48 | 0 | 0.02 | 285 | 0.92 | 0.75 |
| Hex | DC | 82 | FA | C | 30 | 0 | 2 | 11D | 5C | 4B |
| Octal | 334 | 202 | 372 | 14 | 60 | 0 | 2 | 435 | 134 | 113 |
| Binary | 11011100 | 10000010 | 11111010 | 1100 | 110000 | 0 | 10 | 100011101 | 1011100 | 1001011 |
Color Harmonies of #DC82FA
Complementary color
Monochromatic Colors of #DC82FA
Black with #DC82FA
Text Example
Text Example
White with #DC82FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82FA; }
p { color: rgb(220,130,250); }
H1.HeaderClassName
{
color: #DC82FA;
}
.AnyTagClassName
{
color: #DC82FA;
}
</style>
background-color css
<style>
a { background-color: #DC82FA; }
a { background-color: rgb(220,130,250); }
div.DivClassName
{
background-color: #DC82FA;
}
.BgClassName
{
background-color: #DC82FA;
}
</style>
border-color css
<style>
span { border-color: #DC82FA; }
span { border-color: rgb(220,130,250); }
td.TdClassName
{
border-color: #DC82FA;
}
.TagClassName
{
border-color: #DC82FA;
}
</style>