Shades of Heliotrope #DC8FF7
Tints of Heliotrope #DC8FF7
RGB
CMYK
RGB Variations
Color information
#DC8FF7 (or 0xDC8FF7) is known color: Heliotrope. HEX triplet: DC, 8F and F7. RGB value is (220,143,247). Sum of RGB (Red+Green+Blue) = 220+143+247=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC8FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FF7 is #237008. Grayscale: #B1B1B1. Windows color (decimal): -2322441 or 16224220. OLE color: 16224220.
HSL color Cylindrical-coordinate representation of color #DC8FF7: hue angle of 284.42º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8FF7 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 143 | 247 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.03 |
| HSL | 284.42º | 0.87% | 0.76% | - |
| HSV(B) | 284.42º | 0.42% | 0.97% | - |
| XYZ | 56.13 | 41.58 | 93.06 | - |
| YUV | 177.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 247 | 0.11 | 0.42 | 0 | 0.03 | 284.42 | 0.87 | 0.76 |
| Hex | DC | 8F | F7 | B | 2A | 0 | 3 | 11C | 57 | 4C |
| Octal | 334 | 217 | 367 | 13 | 52 | 0 | 3 | 434 | 127 | 114 |
| Binary | 11011100 | 10001111 | 11110111 | 1011 | 101010 | 0 | 11 | 100011100 | 1010111 | 1001100 |
Color Harmonies of #DC8FF7
Complementary color
Monochromatic Colors of #DC8FF7
Black with #DC8FF7
Text Example
Text Example
White with #DC8FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FF7; }
p { color: rgb(220,143,247); }
H1.HeaderClassName
{
color: #DC8FF7;
}
.AnyTagClassName
{
color: #DC8FF7;
}
</style>
background-color css
<style>
a { background-color: #DC8FF7; }
a { background-color: rgb(220,143,247); }
div.DivClassName
{
background-color: #DC8FF7;
}
.BgClassName
{
background-color: #DC8FF7;
}
</style>
border-color css
<style>
span { border-color: #DC8FF7; }
span { border-color: rgb(220,143,247); }
td.TdClassName
{
border-color: #DC8FF7;
}
.TagClassName
{
border-color: #DC8FF7;
}
</style>