Shades of Orchid #D76EE2
Tints of Orchid #D76EE2
RGB
CMYK
RGB Variations
Color information
#D76EE2 (or 0xD76EE2) is known color: Orchid. HEX triplet: D7, 6E and E2. RGB value is (215,110,226). Sum of RGB (Red+Green+Blue) = 215+110+226=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #D76EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EE2 is #28911D. Grayscale: #9A9A9A. Windows color (decimal): -2658590 or 14839511. OLE color: 14839511.
HSL color Cylindrical-coordinate representation of color #D76EE2: hue angle of 294.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76EE2 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 110 | 226 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.11 |
| HSL | 294.31º | 0.67% | 0.66% | - |
| HSV(B) | 294.31º | 0.51% | 0.89% | - |
| XYZ | 47.33 | 31.09 | 75.46 | - |
| YUV | 154.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 226 | 0.05 | 0.51 | 0 | 0.11 | 294.31 | 0.67 | 0.66 |
| Hex | D7 | 6E | E2 | 5 | 33 | 0 | B | 126 | 43 | 42 |
| Octal | 327 | 156 | 342 | 5 | 63 | 0 | 13 | 446 | 103 | 102 |
| Binary | 11010111 | 1101110 | 11100010 | 101 | 110011 | 0 | 1011 | 100100110 | 1000011 | 1000010 |
Color Harmonies of #D76EE2
Complementary color
Monochromatic Colors of #D76EE2
Black with #D76EE2
Text Example
Text Example
White with #D76EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EE2; }
p { color: rgb(215,110,226); }
H1.HeaderClassName
{
color: #D76EE2;
}
.AnyTagClassName
{
color: #D76EE2;
}
</style>
background-color css
<style>
a { background-color: #D76EE2; }
a { background-color: rgb(215,110,226); }
div.DivClassName
{
background-color: #D76EE2;
}
.BgClassName
{
background-color: #D76EE2;
}
</style>
border-color css
<style>
span { border-color: #D76EE2; }
span { border-color: rgb(215,110,226); }
td.TdClassName
{
border-color: #D76EE2;
}
.TagClassName
{
border-color: #D76EE2;
}
</style>