Shades of Heliotrope #DC7FEE
Tints of Heliotrope #DC7FEE
RGB
CMYK
RGB Variations
Color information
#DC7FEE (or 0xDC7FEE) is known color: Heliotrope. HEX triplet: DC, 7F and EE. RGB value is (220,127,238). Sum of RGB (Red+Green+Blue) = 220+127+238=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FEE is #238011. Grayscale: #A7A7A7. Windows color (decimal): -2326546 or 15630300. OLE color: 15630300.
HSL color Cylindrical-coordinate representation of color #DC7FEE: hue angle of 290.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7FEE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 127 | 238 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.07 |
| HSL | 290.27º | 0.77% | 0.72% | - |
| HSV(B) | 290.27º | 0.47% | 0.93% | - |
| XYZ | 52.54 | 36.57 | 85.18 | - |
| YUV | 167.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 238 | 0.08 | 0.47 | 0 | 0.07 | 290.27 | 0.77 | 0.72 |
| Hex | DC | 7F | EE | 8 | 2F | 0 | 7 | 122 | 4D | 48 |
| Octal | 334 | 177 | 356 | 10 | 57 | 0 | 7 | 442 | 115 | 110 |
| Binary | 11011100 | 1111111 | 11101110 | 1000 | 101111 | 0 | 111 | 100100010 | 1001101 | 1001000 |
Color Harmonies of #DC7FEE
Complementary color
Monochromatic Colors of #DC7FEE
Black with #DC7FEE
Text Example
Text Example
White with #DC7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FEE; }
p { color: rgb(220,127,238); }
H1.HeaderClassName
{
color: #DC7FEE;
}
.AnyTagClassName
{
color: #DC7FEE;
}
</style>
background-color css
<style>
a { background-color: #DC7FEE; }
a { background-color: rgb(220,127,238); }
div.DivClassName
{
background-color: #DC7FEE;
}
.BgClassName
{
background-color: #DC7FEE;
}
</style>
border-color css
<style>
span { border-color: #DC7FEE; }
span { border-color: rgb(220,127,238); }
td.TdClassName
{
border-color: #DC7FEE;
}
.TagClassName
{
border-color: #DC7FEE;
}
</style>