Shades of Heliotrope #DC7AFF
Tints of Heliotrope #DC7AFF
RGB
CMYK
RGB Variations
Color information
#DC7AFF (or 0xDC7AFF) is known color: Heliotrope. HEX triplet: DC, 7A and FF. RGB value is (220,122,255). Sum of RGB (Red+Green+Blue) = 220+122+255=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 122 (48.05% from 255 or 20.44% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AFF is #238500. Grayscale: #A6A6A6. Windows color (decimal): -2327809 or 16743132. OLE color: 16743132.
HSL color Cylindrical-coordinate representation of color #DC7AFF: hue angle of 284.21º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7AFF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 122 | 255 | - |
| CMYK | 0.14 | 0.52 | 0 | 0 |
| HSL | 284.21º | 1% | 0.74% | - |
| HSV(B) | 284.21º | 0.52% | 1% | - |
| XYZ | 54.52 | 36.35 | 98.75 | - |
| YUV | 166.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 255 | 0.14 | 0.52 | 0 | 0 | 284.21 | 1 | 0.74 |
| Hex | DC | 7A | FF | E | 34 | 0 | 0 | 11C | 64 | 4A |
| Octal | 334 | 172 | 377 | 16 | 64 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011100 | 1111010 | 11111111 | 1110 | 110100 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DC7AFF
Complementary color
Monochromatic Colors of #DC7AFF
Black with #DC7AFF
Text Example
Text Example
White with #DC7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AFF; }
p { color: rgb(220,122,255); }
H1.HeaderClassName
{
color: #DC7AFF;
}
.AnyTagClassName
{
color: #DC7AFF;
}
</style>
background-color css
<style>
a { background-color: #DC7AFF; }
a { background-color: rgb(220,122,255); }
div.DivClassName
{
background-color: #DC7AFF;
}
.BgClassName
{
background-color: #DC7AFF;
}
</style>
border-color css
<style>
span { border-color: #DC7AFF; }
span { border-color: rgb(220,122,255); }
td.TdClassName
{
border-color: #DC7AFF;
}
.TagClassName
{
border-color: #DC7AFF;
}
</style>