Shades of Orchid #D76EBA
Tints of Orchid #D76EBA
RGB
CMYK
RGB Variations
Color information
#D76EBA (or 0xD76EBA) is known color: Orchid. HEX triplet: D7, 6E and BA. RGB value is (215,110,186). Sum of RGB (Red+Green+Blue) = 215+110+186=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EBA is #289145. Grayscale: #959595. Windows color (decimal): -2658630 or 12218071. OLE color: 12218071.
HSL color Cylindrical-coordinate representation of color #D76EBA: hue angle of 316.57º 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 #D76EBA is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 186 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.16 |
| HSL | 316.57º | 0.57% | 0.64% | - |
| HSV(B) | 316.57º | 0.49% | 0.84% | - |
| XYZ | 42.46 | 29.14 | 49.84 | - |
| YUV | 150.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 186 | 0 | 0.49 | 0.13 | 0.16 | 316.57 | 0.57 | 0.64 |
| Hex | D7 | 6E | BA | 0 | 31 | D | 10 | 13D | 39 | 40 |
| Octal | 327 | 156 | 272 | 0 | 61 | 15 | 20 | 475 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10111010 | 0 | 110001 | 1101 | 10000 | 100111101 | 111001 | 1000000 |
Color Harmonies of #D76EBA
Complementary color
Monochromatic Colors of #D76EBA
Black with #D76EBA
Text Example
Text Example
White with #D76EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76EBA; }
p { color: rgb(215,110,186); }
H1.HeaderClassName
{
color: #D76EBA;
}
.AnyTagClassName
{
color: #D76EBA;
}
</style>
background-color css
<style>
a { background-color: #D76EBA; }
a { background-color: rgb(215,110,186); }
div.DivClassName
{
background-color: #D76EBA;
}
.BgClassName
{
background-color: #D76EBA;
}
</style>
border-color css
<style>
span { border-color: #D76EBA; }
span { border-color: rgb(215,110,186); }
td.TdClassName
{
border-color: #D76EBA;
}
.TagClassName
{
border-color: #D76EBA;
}
</style>