Shades of Heliotrope #DC7AFE
Tints of Heliotrope #DC7AFE
RGB
CMYK
RGB Variations
Color information
#DC7AFE (or 0xDC7AFE) is known color: Heliotrope. HEX triplet: DC, 7A and FE. RGB value is (220,122,254). Sum of RGB (Red+Green+Blue) = 220+122+254=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC7AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AFE is #238501. Grayscale: #A5A5A5. Windows color (decimal): -2327810 or 16677596. OLE color: 16677596.
HSL color Cylindrical-coordinate representation of color #DC7AFE: hue angle of 284.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7AFE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 122 | 254 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.00 |
| HSL | 284.55º | 0.99% | 0.74% | - |
| HSV(B) | 284.55º | 0.52% | 1% | - |
| XYZ | 54.36 | 36.29 | 97.91 | - |
| YUV | 166.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 254 | 0.13 | 0.52 | 0 | 0.00 | 284.55 | 0.99 | 0.74 |
| Hex | DC | 7A | FE | D | 34 | 0 | 0 | 11D | 63 | 4A |
| Octal | 334 | 172 | 376 | 15 | 64 | 0 | 0 | 435 | 143 | 112 |
| Binary | 11011100 | 1111010 | 11111110 | 1101 | 110100 | 0 | 0 | 100011101 | 1100011 | 1001010 |
Color Harmonies of #DC7AFE
Complementary color
Monochromatic Colors of #DC7AFE
Black with #DC7AFE
Text Example
Text Example
White with #DC7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AFE; }
p { color: rgb(220,122,254); }
H1.HeaderClassName
{
color: #DC7AFE;
}
.AnyTagClassName
{
color: #DC7AFE;
}
</style>
background-color css
<style>
a { background-color: #DC7AFE; }
a { background-color: rgb(220,122,254); }
div.DivClassName
{
background-color: #DC7AFE;
}
.BgClassName
{
background-color: #DC7AFE;
}
</style>
border-color css
<style>
span { border-color: #DC7AFE; }
span { border-color: rgb(220,122,254); }
td.TdClassName
{
border-color: #DC7AFE;
}
.TagClassName
{
border-color: #DC7AFE;
}
</style>