Shades of Heliotrope #DE7FFD
Tints of Heliotrope #DE7FFD
RGB
CMYK
RGB Variations
Color information
#DE7FFD (or 0xDE7FFD) is known color: Heliotrope. HEX triplet: DE, 7F and FD. RGB value is (222,127,253). Sum of RGB (Red+Green+Blue) = 222+127+253=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FFD is #218002. Grayscale: #A9A9A9. Windows color (decimal): -2195459 or 16613342. OLE color: 16613342.
HSL color Cylindrical-coordinate representation of color #DE7FFD: hue angle of 285.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7FFD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 127 | 253 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.01 |
| HSL | 285.24º | 0.97% | 0.75% | - |
| HSV(B) | 285.24º | 0.5% | 0.99% | - |
| XYZ | 55.44 | 37.8 | 97.3 | - |
| YUV | 169.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 253 | 0.12 | 0.50 | 0 | 0.01 | 285.24 | 0.97 | 0.75 |
| Hex | DE | 7F | FD | C | 32 | 0 | 1 | 11D | 61 | 4B |
| Octal | 336 | 177 | 375 | 14 | 62 | 0 | 1 | 435 | 141 | 113 |
| Binary | 11011110 | 1111111 | 11111101 | 1100 | 110010 | 0 | 1 | 100011101 | 1100001 | 1001011 |
Color Harmonies of #DE7FFD
Complementary color
Monochromatic Colors of #DE7FFD
Black with #DE7FFD
Text Example
Text Example
White with #DE7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7FFD; }
p { color: rgb(222,127,253); }
H1.HeaderClassName
{
color: #DE7FFD;
}
.AnyTagClassName
{
color: #DE7FFD;
}
</style>
background-color css
<style>
a { background-color: #DE7FFD; }
a { background-color: rgb(222,127,253); }
div.DivClassName
{
background-color: #DE7FFD;
}
.BgClassName
{
background-color: #DE7FFD;
}
</style>
border-color css
<style>
span { border-color: #DE7FFD; }
span { border-color: rgb(222,127,253); }
td.TdClassName
{
border-color: #DE7FFD;
}
.TagClassName
{
border-color: #DE7FFD;
}
</style>