Shades of Orchid #D76DBB
Tints of Orchid #D76DBB
RGB
CMYK
RGB Variations
Color information
#D76DBB (or 0xD76DBB) is known color: Orchid. HEX triplet: D7, 6D and BB. RGB value is (215,109,187). Sum of RGB (Red+Green+Blue) = 215+109+187=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DBB is #289244. Grayscale: #959595. Windows color (decimal): -2658885 or 12283351. OLE color: 12283351.
HSL color Cylindrical-coordinate representation of color #D76DBB: hue angle of 315.85º 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 #D76DBB is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 187 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.16 |
| HSL | 315.85º | 0.57% | 0.64% | - |
| HSV(B) | 315.85º | 0.49% | 0.84% | - |
| XYZ | 42.46 | 28.97 | 50.37 | - |
| YUV | 149.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 187 | 0 | 0.49 | 0.13 | 0.16 | 315.85 | 0.57 | 0.64 |
| Hex | D7 | 6D | BB | 0 | 31 | D | 10 | 13C | 39 | 40 |
| Octal | 327 | 155 | 273 | 0 | 61 | 15 | 20 | 474 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10111011 | 0 | 110001 | 1101 | 10000 | 100111100 | 111001 | 1000000 |
Color Harmonies of #D76DBB
Complementary color
Monochromatic Colors of #D76DBB
Black with #D76DBB
Text Example
Text Example
White with #D76DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DBB; }
p { color: rgb(215,109,187); }
H1.HeaderClassName
{
color: #D76DBB;
}
.AnyTagClassName
{
color: #D76DBB;
}
</style>
background-color css
<style>
a { background-color: #D76DBB; }
a { background-color: rgb(215,109,187); }
div.DivClassName
{
background-color: #D76DBB;
}
.BgClassName
{
background-color: #D76DBB;
}
</style>
border-color css
<style>
span { border-color: #D76DBB; }
span { border-color: rgb(215,109,187); }
td.TdClassName
{
border-color: #D76DBB;
}
.TagClassName
{
border-color: #D76DBB;
}
</style>