Shades of Orchid #D76EBC
Tints of Orchid #D76EBC
RGB
CMYK
RGB Variations
Color information
#D76EBC (or 0xD76EBC) is known color: Orchid. HEX triplet: D7, 6E and BC. RGB value is (215,110,188). Sum of RGB (Red+Green+Blue) = 215+110+188=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EBC is #289143. Grayscale: #969696. Windows color (decimal): -2658628 or 12349143. OLE color: 12349143.
HSL color Cylindrical-coordinate representation of color #D76EBC: hue angle of 315.43º 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 #D76EBC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 188 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.16 |
| HSL | 315.43º | 0.57% | 0.64% | - |
| HSV(B) | 315.43º | 0.49% | 0.84% | - |
| XYZ | 42.68 | 29.23 | 50.97 | - |
| YUV | 150.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 188 | 0 | 0.49 | 0.13 | 0.16 | 315.43 | 0.57 | 0.64 |
| Hex | D7 | 6E | BC | 0 | 31 | D | 10 | 13B | 39 | 40 |
| Octal | 327 | 156 | 274 | 0 | 61 | 15 | 20 | 473 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10111100 | 0 | 110001 | 1101 | 10000 | 100111011 | 111001 | 1000000 |
Color Harmonies of #D76EBC
Complementary color
Monochromatic Colors of #D76EBC
Black with #D76EBC
Text Example
Text Example
White with #D76EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EBC; }
p { color: rgb(215,110,188); }
H1.HeaderClassName
{
color: #D76EBC;
}
.AnyTagClassName
{
color: #D76EBC;
}
</style>
background-color css
<style>
a { background-color: #D76EBC; }
a { background-color: rgb(215,110,188); }
div.DivClassName
{
background-color: #D76EBC;
}
.BgClassName
{
background-color: #D76EBC;
}
</style>
border-color css
<style>
span { border-color: #D76EBC; }
span { border-color: rgb(215,110,188); }
td.TdClassName
{
border-color: #D76EBC;
}
.TagClassName
{
border-color: #D76EBC;
}
</style>