Shades of Orchid #D76EE1
Tints of Orchid #D76EE1
RGB
CMYK
RGB Variations
Color information
#D76EE1 (or 0xD76EE1) is known color: Orchid. HEX triplet: D7, 6E and E1. RGB value is (215,110,225). Sum of RGB (Red+Green+Blue) = 215+110+225=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #D76EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EE1 is #28911E. Grayscale: #9A9A9A. Windows color (decimal): -2658591 or 14773975. OLE color: 14773975.
HSL color Cylindrical-coordinate representation of color #D76EE1: hue angle of 294.78º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76EE1 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 110 | 225 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.12 |
| HSL | 294.78º | 0.66% | 0.66% | - |
| HSV(B) | 294.78º | 0.51% | 0.88% | - |
| XYZ | 47.19 | 31.04 | 74.74 | - |
| YUV | 154.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 225 | 0.04 | 0.51 | 0 | 0.12 | 294.78 | 0.66 | 0.66 |
| Hex | D7 | 6E | E1 | 4 | 33 | 0 | C | 127 | 42 | 42 |
| Octal | 327 | 156 | 341 | 4 | 63 | 0 | 14 | 447 | 102 | 102 |
| Binary | 11010111 | 1101110 | 11100001 | 100 | 110011 | 0 | 1100 | 100100111 | 1000010 | 1000010 |
Color Harmonies of #D76EE1
Complementary color
Monochromatic Colors of #D76EE1
Black with #D76EE1
Text Example
Text Example
White with #D76EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EE1; }
p { color: rgb(215,110,225); }
H1.HeaderClassName
{
color: #D76EE1;
}
.AnyTagClassName
{
color: #D76EE1;
}
</style>
background-color css
<style>
a { background-color: #D76EE1; }
a { background-color: rgb(215,110,225); }
div.DivClassName
{
background-color: #D76EE1;
}
.BgClassName
{
background-color: #D76EE1;
}
</style>
border-color css
<style>
span { border-color: #D76EE1; }
span { border-color: rgb(215,110,225); }
td.TdClassName
{
border-color: #D76EE1;
}
.TagClassName
{
border-color: #D76EE1;
}
</style>