Shades of Orchid #D76EBB
Tints of Orchid #D76EBB
RGB
CMYK
RGB Variations
Color information
#D76EBB (or 0xD76EBB) is known color: Orchid. HEX triplet: D7, 6E and BB. RGB value is (215,110,187). Sum of RGB (Red+Green+Blue) = 215+110+187=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EBB is #289144. Grayscale: #959595. Windows color (decimal): -2658629 or 12283607. OLE color: 12283607.
HSL color Cylindrical-coordinate representation of color #D76EBB: hue angle of 316º 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 #D76EBB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 187 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.16 |
| HSL | 316º | 0.57% | 0.64% | - |
| HSV(B) | 316º | 0.49% | 0.84% | - |
| XYZ | 42.57 | 29.19 | 50.4 | - |
| YUV | 150.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 187 | 0 | 0.49 | 0.13 | 0.16 | 316 | 0.57 | 0.64 |
| Hex | D7 | 6E | BB | 0 | 31 | D | 10 | 13C | 39 | 40 |
| Octal | 327 | 156 | 273 | 0 | 61 | 15 | 20 | 474 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10111011 | 0 | 110001 | 1101 | 10000 | 100111100 | 111001 | 1000000 |
Color Harmonies of #D76EBB
Complementary color
Monochromatic Colors of #D76EBB
Black with #D76EBB
Text Example
Text Example
White with #D76EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EBB; }
p { color: rgb(215,110,187); }
H1.HeaderClassName
{
color: #D76EBB;
}
.AnyTagClassName
{
color: #D76EBB;
}
</style>
background-color css
<style>
a { background-color: #D76EBB; }
a { background-color: rgb(215,110,187); }
div.DivClassName
{
background-color: #D76EBB;
}
.BgClassName
{
background-color: #D76EBB;
}
</style>
border-color css
<style>
span { border-color: #D76EBB; }
span { border-color: rgb(215,110,187); }
td.TdClassName
{
border-color: #D76EBB;
}
.TagClassName
{
border-color: #D76EBB;
}
</style>