Shades of Orchid #D76EC9
Tints of Orchid #D76EC9
RGB
CMYK
RGB Variations
Color information
#D76EC9 (or 0xD76EC9) is known color: Orchid. HEX triplet: D7, 6E and C9. RGB value is (215,110,201). Sum of RGB (Red+Green+Blue) = 215+110+201=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EC9 is #289136. Grayscale: #979797. Windows color (decimal): -2658615 or 13201111. OLE color: 13201111.
HSL color Cylindrical-coordinate representation of color #D76EC9: hue angle of 308º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76EC9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 201 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.16 |
| HSL | 308º | 0.57% | 0.64% | - |
| HSV(B) | 308º | 0.49% | 0.84% | - |
| XYZ | 44.14 | 29.82 | 58.69 | - |
| YUV | 151.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 201 | 0 | 0.49 | 0.07 | 0.16 | 308 | 0.57 | 0.64 |
| Hex | D7 | 6E | C9 | 0 | 31 | 7 | 10 | 134 | 39 | 40 |
| Octal | 327 | 156 | 311 | 0 | 61 | 7 | 20 | 464 | 71 | 100 |
| Binary | 11010111 | 1101110 | 11001001 | 0 | 110001 | 111 | 10000 | 100110100 | 111001 | 1000000 |
Color Harmonies of #D76EC9
Complementary color
Monochromatic Colors of #D76EC9
Black with #D76EC9
Text Example
Text Example
White with #D76EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EC9; }
p { color: rgb(215,110,201); }
H1.HeaderClassName
{
color: #D76EC9;
}
.AnyTagClassName
{
color: #D76EC9;
}
</style>
background-color css
<style>
a { background-color: #D76EC9; }
a { background-color: rgb(215,110,201); }
div.DivClassName
{
background-color: #D76EC9;
}
.BgClassName
{
background-color: #D76EC9;
}
</style>
border-color css
<style>
span { border-color: #D76EC9; }
span { border-color: rgb(215,110,201); }
td.TdClassName
{
border-color: #D76EC9;
}
.TagClassName
{
border-color: #D76EC9;
}
</style>