Shades of Heliotrope #DC7AFB
Tints of Heliotrope #DC7AFB
RGB
CMYK
RGB Variations
Color information
#DC7AFB (or 0xDC7AFB) is known color: Heliotrope. HEX triplet: DC, 7A and FB. RGB value is (220,122,251). Sum of RGB (Red+Green+Blue) = 220+122+251=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AFB is #238504. Grayscale: #A5A5A5. Windows color (decimal): -2327813 or 16480988. OLE color: 16480988.
HSL color Cylindrical-coordinate representation of color #DC7AFB: hue angle of 285.58º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7AFB is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 122 | 251 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 285.58º | 0.94% | 0.73% | - |
| HSV(B) | 285.58º | 0.51% | 0.98% | - |
| XYZ | 53.89 | 36.1 | 95.39 | - |
| YUV | 166.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 251 | 0.12 | 0.51 | 0 | 0.02 | 285.58 | 0.94 | 0.73 |
| Hex | DC | 7A | FB | C | 33 | 0 | 2 | 11E | 5E | 49 |
| Octal | 334 | 172 | 373 | 14 | 63 | 0 | 2 | 436 | 136 | 111 |
| Binary | 11011100 | 1111010 | 11111011 | 1100 | 110011 | 0 | 10 | 100011110 | 1011110 | 1001001 |
Color Harmonies of #DC7AFB
Complementary color
Monochromatic Colors of #DC7AFB
Black with #DC7AFB
Text Example
Text Example
White with #DC7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AFB; }
p { color: rgb(220,122,251); }
H1.HeaderClassName
{
color: #DC7AFB;
}
.AnyTagClassName
{
color: #DC7AFB;
}
</style>
background-color css
<style>
a { background-color: #DC7AFB; }
a { background-color: rgb(220,122,251); }
div.DivClassName
{
background-color: #DC7AFB;
}
.BgClassName
{
background-color: #DC7AFB;
}
</style>
border-color css
<style>
span { border-color: #DC7AFB; }
span { border-color: rgb(220,122,251); }
td.TdClassName
{
border-color: #DC7AFB;
}
.TagClassName
{
border-color: #DC7AFB;
}
</style>