Shades of Orchid #DE76D8
Tints of Orchid #DE76D8
RGB
CMYK
RGB Variations
Color information
#DE76D8 (or 0xDE76D8) is known color: Orchid. HEX triplet: DE, 76 and D8. RGB value is (222,118,216). Sum of RGB (Red+Green+Blue) = 222+118+216=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76D8 is #218927. Grayscale: #9F9F9F. Windows color (decimal): -2197800 or 14186206. OLE color: 14186206.
HSL color Cylindrical-coordinate representation of color #DE76D8: hue angle of 303.46º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76D8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 216 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.13 |
| HSL | 303.46º | 0.61% | 0.67% | - |
| HSV(B) | 303.46º | 0.47% | 0.87% | - |
| XYZ | 49 | 33.44 | 68.84 | - |
| YUV | 160.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 216 | 0 | 0.47 | 0.03 | 0.13 | 303.46 | 0.61 | 0.67 |
| Hex | DE | 76 | D8 | 0 | 2F | 3 | D | 12F | 3D | 43 |
| Octal | 336 | 166 | 330 | 0 | 57 | 3 | 15 | 457 | 75 | 103 |
| Binary | 11011110 | 1110110 | 11011000 | 0 | 101111 | 11 | 1101 | 100101111 | 111101 | 1000011 |
Color Harmonies of #DE76D8
Complementary color
Monochromatic Colors of #DE76D8
Black with #DE76D8
Text Example
Text Example
White with #DE76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE76D8; }
p { color: rgb(222,118,216); }
H1.HeaderClassName
{
color: #DE76D8;
}
.AnyTagClassName
{
color: #DE76D8;
}
</style>
background-color css
<style>
a { background-color: #DE76D8; }
a { background-color: rgb(222,118,216); }
div.DivClassName
{
background-color: #DE76D8;
}
.BgClassName
{
background-color: #DE76D8;
}
</style>
border-color css
<style>
span { border-color: #DE76D8; }
span { border-color: rgb(222,118,216); }
td.TdClassName
{
border-color: #DE76D8;
}
.TagClassName
{
border-color: #DE76D8;
}
</style>