Shades of Orchid #D76EE9
Tints of Orchid #D76EE9
RGB
CMYK
RGB Variations
Color information
#D76EE9 (or 0xD76EE9) is known color: Orchid. HEX triplet: D7, 6E and E9. RGB value is (215,110,233). Sum of RGB (Red+Green+Blue) = 215+110+233=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #D76EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76EE9 is #289116. Grayscale: #9B9B9B. Windows color (decimal): -2658583 or 15298263. OLE color: 15298263.
HSL color Cylindrical-coordinate representation of color #D76EE9: hue angle of 291.22º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76EE9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 110 | 233 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.09 |
| HSL | 291.22º | 0.74% | 0.67% | - |
| HSV(B) | 291.22º | 0.53% | 0.91% | - |
| XYZ | 48.31 | 31.48 | 80.62 | - |
| YUV | 155.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 233 | 0.08 | 0.53 | 0 | 0.09 | 291.22 | 0.74 | 0.67 |
| Hex | D7 | 6E | E9 | 8 | 35 | 0 | 9 | 123 | 4A | 43 |
| Octal | 327 | 156 | 351 | 10 | 65 | 0 | 11 | 443 | 112 | 103 |
| Binary | 11010111 | 1101110 | 11101001 | 1000 | 110101 | 0 | 1001 | 100100011 | 1001010 | 1000011 |
Color Harmonies of #D76EE9
Complementary color
Monochromatic Colors of #D76EE9
Black with #D76EE9
Text Example
Text Example
White with #D76EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EE9; }
p { color: rgb(215,110,233); }
H1.HeaderClassName
{
color: #D76EE9;
}
.AnyTagClassName
{
color: #D76EE9;
}
</style>
background-color css
<style>
a { background-color: #D76EE9; }
a { background-color: rgb(215,110,233); }
div.DivClassName
{
background-color: #D76EE9;
}
.BgClassName
{
background-color: #D76EE9;
}
</style>
border-color css
<style>
span { border-color: #D76EE9; }
span { border-color: rgb(215,110,233); }
td.TdClassName
{
border-color: #D76EE9;
}
.TagClassName
{
border-color: #D76EE9;
}
</style>