Shades of Orchid #D76ED9
Tints of Orchid #D76ED9
RGB
CMYK
RGB Variations
Color information
#D76ED9 (or 0xD76ED9) is known color: Orchid. HEX triplet: D7, 6E and D9. RGB value is (215,110,217). Sum of RGB (Red+Green+Blue) = 215+110+217=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #D76ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ED9 is #289126. Grayscale: #999999. Windows color (decimal): -2658599 or 14249687. OLE color: 14249687.
HSL color Cylindrical-coordinate representation of color #D76ED9: hue angle of 298.88º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76ED9 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 110 | 217 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.15 |
| HSL | 298.88º | 0.58% | 0.64% | - |
| HSV(B) | 298.88º | 0.49% | 0.85% | - |
| XYZ | 46.12 | 30.61 | 69.12 | - |
| YUV | 153.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 217 | 0.01 | 0.49 | 0 | 0.15 | 298.88 | 0.58 | 0.64 |
| Hex | D7 | 6E | D9 | 1 | 31 | 0 | F | 12B | 3A | 40 |
| Octal | 327 | 156 | 331 | 1 | 61 | 0 | 17 | 453 | 72 | 100 |
| Binary | 11010111 | 1101110 | 11011001 | 1 | 110001 | 0 | 1111 | 100101011 | 111010 | 1000000 |
Color Harmonies of #D76ED9
Complementary color
Monochromatic Colors of #D76ED9
Black with #D76ED9
Text Example
Text Example
White with #D76ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76ED9; }
p { color: rgb(215,110,217); }
H1.HeaderClassName
{
color: #D76ED9;
}
.AnyTagClassName
{
color: #D76ED9;
}
</style>
background-color css
<style>
a { background-color: #D76ED9; }
a { background-color: rgb(215,110,217); }
div.DivClassName
{
background-color: #D76ED9;
}
.BgClassName
{
background-color: #D76ED9;
}
</style>
border-color css
<style>
span { border-color: #D76ED9; }
span { border-color: rgb(215,110,217); }
td.TdClassName
{
border-color: #D76ED9;
}
.TagClassName
{
border-color: #D76ED9;
}
</style>