Shades of Heliotrope #DC7FF6
Tints of Heliotrope #DC7FF6
RGB
CMYK
RGB Variations
Color information
#DC7FF6 (or 0xDC7FF6) is known color: Heliotrope. HEX triplet: DC, 7F and F6. RGB value is (220,127,246). Sum of RGB (Red+Green+Blue) = 220+127+246=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC7FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FF6 is #238009. Grayscale: #A7A7A7. Windows color (decimal): -2326538 or 16154588. OLE color: 16154588.
HSL color Cylindrical-coordinate representation of color #DC7FF6: hue angle of 286.89º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7FF6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 127 | 246 | - |
CMYK | 0.11 | 0.48 | 0 | 0.04 |
HSL | 286.89º | 0.87% | 0.73% | - |
HSV(B) | 286.89º | 0.48% | 0.96% | - |
XYZ | 53.74 | 37.05 | 91.51 | - |
YUV | 168.37 | 171.81 | 164.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 127 | 246 | 0.11 | 0.48 | 0 | 0.04 | 286.89 | 0.87 | 0.73 |
Hex | DC | 7F | F6 | B | 30 | 0 | 4 | 11F | 57 | 49 |
Octal | 334 | 177 | 366 | 13 | 60 | 0 | 4 | 437 | 127 | 111 |
Binary | 11011100 | 1111111 | 11110110 | 1011 | 110000 | 0 | 100 | 100011111 | 1010111 | 1001001 |
Color Harmonies of #DC7FF6
Complementary color
Monochromatic Colors of #DC7FF6
Black with #DC7FF6
Text Example
Text Example
White with #DC7FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FF6; }
p { color: rgb(220,127,246); }
H1.HeaderClassName
{
color: #DC7FF6;
}
.AnyTagClassName
{
color: #DC7FF6;
}
</style>
background-color css
<style>
a { background-color: #DC7FF6; }
a { background-color: rgb(220,127,246); }
div.DivClassName
{
background-color: #DC7FF6;
}
.BgClassName
{
background-color: #DC7FF6;
}
</style>
border-color css
<style>
span { border-color: #DC7FF6; }
span { border-color: rgb(220,127,246); }
td.TdClassName
{
border-color: #DC7FF6;
}
.TagClassName
{
border-color: #DC7FF6;
}
</style>