Shades of Orchid #DE76E7
Tints of Orchid #DE76E7
RGB
CMYK
RGB Variations
Color information
#DE76E7 (or 0xDE76E7) is known color: Orchid. HEX triplet: DE, 76 and E7. RGB value is (222,118,231). Sum of RGB (Red+Green+Blue) = 222+118+231=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE76E7 is #218918. Grayscale: #A1A1A1. Windows color (decimal): -2197785 or 15169246. OLE color: 15169246.
HSL color Cylindrical-coordinate representation of color #DE76E7: hue angle of 295.22º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE76E7 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 118 | 231 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.09 |
| HSL | 295.22º | 0.7% | 0.68% | - |
| HSV(B) | 295.22º | 0.49% | 0.91% | - |
| XYZ | 51.03 | 34.26 | 79.52 | - |
| YUV | 161.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 231 | 0.04 | 0.49 | 0 | 0.09 | 295.22 | 0.7 | 0.68 |
| Hex | DE | 76 | E7 | 4 | 31 | 0 | 9 | 127 | 46 | 44 |
| Octal | 336 | 166 | 347 | 4 | 61 | 0 | 11 | 447 | 106 | 104 |
| Binary | 11011110 | 1110110 | 11100111 | 100 | 110001 | 0 | 1001 | 100100111 | 1000110 | 1000100 |
Color Harmonies of #DE76E7
Complementary color
Monochromatic Colors of #DE76E7
Black with #DE76E7
Text Example
Text Example
White with #DE76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE76E7; }
p { color: rgb(222,118,231); }
H1.HeaderClassName
{
color: #DE76E7;
}
.AnyTagClassName
{
color: #DE76E7;
}
</style>
background-color css
<style>
a { background-color: #DE76E7; }
a { background-color: rgb(222,118,231); }
div.DivClassName
{
background-color: #DE76E7;
}
.BgClassName
{
background-color: #DE76E7;
}
</style>
border-color css
<style>
span { border-color: #DE76E7; }
span { border-color: rgb(222,118,231); }
td.TdClassName
{
border-color: #DE76E7;
}
.TagClassName
{
border-color: #DE76E7;
}
</style>