Shades of Heliotrope #DC62FF
Tints of Heliotrope #DC62FF
RGB
CMYK
RGB Variations
Color information
#DC62FF (or 0xDC62FF) is known color: Heliotrope. HEX triplet: DC, 62 and FF. RGB value is (220,98,255). Sum of RGB (Red+Green+Blue) = 220+98+255=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 98 (38.67% from 255 or 17.10% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC62FF is #239D00. Grayscale: #979797. Windows color (decimal): -2333953 or 16736988. OLE color: 16736988.
HSL color Cylindrical-coordinate representation of color #DC62FF: hue angle of 286.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC62FF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 98 | 255 | - |
| CMYK | 0.14 | 0.62 | 0 | 0 |
| HSL | 286.62º | 1% | 0.69% | - |
| HSV(B) | 286.62º | 0.62% | 1% | - |
| XYZ | 51.93 | 31.17 | 97.89 | - |
| YUV | 152.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 255 | 0.14 | 0.62 | 0 | 0 | 286.62 | 1 | 0.69 |
| Hex | DC | 62 | FF | E | 3E | 0 | 0 | 11F | 64 | 45 |
| Octal | 334 | 142 | 377 | 16 | 76 | 0 | 0 | 437 | 144 | 105 |
| Binary | 11011100 | 1100010 | 11111111 | 1110 | 111110 | 0 | 0 | 100011111 | 1100100 | 1000101 |
Color Harmonies of #DC62FF
Complementary color
Monochromatic Colors of #DC62FF
Black with #DC62FF
Text Example
Text Example
White with #DC62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62FF; }
p { color: rgb(220,98,255); }
H1.HeaderClassName
{
color: #DC62FF;
}
.AnyTagClassName
{
color: #DC62FF;
}
</style>
background-color css
<style>
a { background-color: #DC62FF; }
a { background-color: rgb(220,98,255); }
div.DivClassName
{
background-color: #DC62FF;
}
.BgClassName
{
background-color: #DC62FF;
}
</style>
border-color css
<style>
span { border-color: #DC62FF; }
span { border-color: rgb(220,98,255); }
td.TdClassName
{
border-color: #DC62FF;
}
.TagClassName
{
border-color: #DC62FF;
}
</style>