Shades of Heliotrope #DE7CF0
Tints of Heliotrope #DE7CF0
RGB
CMYK
RGB Variations
Color information
#DE7CF0 (or 0xDE7CF0) is known color: Heliotrope. HEX triplet: DE, 7C and F0. RGB value is (222,124,240). Sum of RGB (Red+Green+Blue) = 222+124+240=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE7CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7CF0 is #21830F. Grayscale: #A6A6A6. Windows color (decimal): -2196240 or 15760606. OLE color: 15760606.
HSL color Cylindrical-coordinate representation of color #DE7CF0: hue angle of 290.69º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7CF0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 124 | 240 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.06 |
| HSL | 290.69º | 0.79% | 0.71% | - |
| HSV(B) | 290.69º | 0.48% | 0.94% | - |
| XYZ | 53.06 | 36.24 | 86.64 | - |
| YUV | 166.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 240 | 0.08 | 0.48 | 0 | 0.06 | 290.69 | 0.79 | 0.71 |
| Hex | DE | 7C | F0 | 8 | 30 | 0 | 6 | 123 | 4F | 47 |
| Octal | 336 | 174 | 360 | 10 | 60 | 0 | 6 | 443 | 117 | 107 |
| Binary | 11011110 | 1111100 | 11110000 | 1000 | 110000 | 0 | 110 | 100100011 | 1001111 | 1000111 |
Color Harmonies of #DE7CF0
Complementary color
Monochromatic Colors of #DE7CF0
Black with #DE7CF0
Text Example
Text Example
White with #DE7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7CF0; }
p { color: rgb(222,124,240); }
H1.HeaderClassName
{
color: #DE7CF0;
}
.AnyTagClassName
{
color: #DE7CF0;
}
</style>
background-color css
<style>
a { background-color: #DE7CF0; }
a { background-color: rgb(222,124,240); }
div.DivClassName
{
background-color: #DE7CF0;
}
.BgClassName
{
background-color: #DE7CF0;
}
</style>
border-color css
<style>
span { border-color: #DE7CF0; }
span { border-color: rgb(222,124,240); }
td.TdClassName
{
border-color: #DE7CF0;
}
.TagClassName
{
border-color: #DE7CF0;
}
</style>