Shades of Heliotrope #DE7FFE
Tints of Heliotrope #DE7FFE
RGB
CMYK
RGB Variations
Color information
#DE7FFE (or 0xDE7FFE) is known color: Heliotrope. HEX triplet: DE, 7F and FE. RGB value is (222,127,254). Sum of RGB (Red+Green+Blue) = 222+127+254=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FFE is #218001. Grayscale: #A9A9A9. Windows color (decimal): -2195458 or 16678878. OLE color: 16678878.
HSL color Cylindrical-coordinate representation of color #DE7FFE: hue angle of 284.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7FFE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 127 | 254 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.00 |
| HSL | 284.88º | 0.98% | 0.75% | - |
| HSV(B) | 284.88º | 0.5% | 1% | - |
| XYZ | 55.6 | 37.86 | 98.14 | - |
| YUV | 169.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 254 | 0.13 | 0.50 | 0 | 0.00 | 284.88 | 0.98 | 0.75 |
| Hex | DE | 7F | FE | D | 32 | 0 | 0 | 11D | 62 | 4B |
| Octal | 336 | 177 | 376 | 15 | 62 | 0 | 0 | 435 | 142 | 113 |
| Binary | 11011110 | 1111111 | 11111110 | 1101 | 110010 | 0 | 0 | 100011101 | 1100010 | 1001011 |
Color Harmonies of #DE7FFE
Complementary color
Monochromatic Colors of #DE7FFE
Black with #DE7FFE
Text Example
Text Example
White with #DE7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FFE; }
p { color: rgb(222,127,254); }
H1.HeaderClassName
{
color: #DE7FFE;
}
.AnyTagClassName
{
color: #DE7FFE;
}
</style>
background-color css
<style>
a { background-color: #DE7FFE; }
a { background-color: rgb(222,127,254); }
div.DivClassName
{
background-color: #DE7FFE;
}
.BgClassName
{
background-color: #DE7FFE;
}
</style>
border-color css
<style>
span { border-color: #DE7FFE; }
span { border-color: rgb(222,127,254); }
td.TdClassName
{
border-color: #DE7FFE;
}
.TagClassName
{
border-color: #DE7FFE;
}
</style>