Shades of Heliotrope #DC82F8
Tints of Heliotrope #DC82F8
RGB
CMYK
RGB Variations
Color information
#DC82F8 (or 0xDC82F8) is known color: Heliotrope. HEX triplet: DC, 82 and F8. RGB value is (220,130,248). Sum of RGB (Red+Green+Blue) = 220+130+248=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC82F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82F8 is #237D07. Grayscale: #A9A9A9. Windows color (decimal): -2325768 or 16286428. OLE color: 16286428.
HSL color Cylindrical-coordinate representation of color #DC82F8: hue angle of 285.76º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC82F8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 130 | 248 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.03 |
| HSL | 285.76º | 0.89% | 0.74% | - |
| HSV(B) | 285.76º | 0.48% | 0.97% | - |
| XYZ | 54.44 | 37.96 | 93.26 | - |
| YUV | 170.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 248 | 0.11 | 0.48 | 0 | 0.03 | 285.76 | 0.89 | 0.74 |
| Hex | DC | 82 | F8 | B | 30 | 0 | 3 | 11E | 59 | 4A |
| Octal | 334 | 202 | 370 | 13 | 60 | 0 | 3 | 436 | 131 | 112 |
| Binary | 11011100 | 10000010 | 11111000 | 1011 | 110000 | 0 | 11 | 100011110 | 1011001 | 1001010 |
Color Harmonies of #DC82F8
Complementary color
Monochromatic Colors of #DC82F8
Black with #DC82F8
Text Example
Text Example
White with #DC82F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC82F8; }
p { color: rgb(220,130,248); }
H1.HeaderClassName
{
color: #DC82F8;
}
.AnyTagClassName
{
color: #DC82F8;
}
</style>
background-color css
<style>
a { background-color: #DC82F8; }
a { background-color: rgb(220,130,248); }
div.DivClassName
{
background-color: #DC82F8;
}
.BgClassName
{
background-color: #DC82F8;
}
</style>
border-color css
<style>
span { border-color: #DC82F8; }
span { border-color: rgb(220,130,248); }
td.TdClassName
{
border-color: #DC82F8;
}
.TagClassName
{
border-color: #DC82F8;
}
</style>