Shades of Orchid #D37EBC
Tints of Orchid #D37EBC
RGB
CMYK
RGB Variations
Color information
#D37EBC (or 0xD37EBC) is known color: Orchid. HEX triplet: D3, 7E and BC. RGB value is (211,126,188). Sum of RGB (Red+Green+Blue) = 211+126+188=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D37EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EBC is #2C8143. Grayscale: #9E9E9E. Windows color (decimal): -2916676 or 12353235. OLE color: 12353235.
HSL color Cylindrical-coordinate representation of color #D37EBC: hue angle of 316.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37EBC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 188 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.17 |
| HSL | 316.24º | 0.49% | 0.66% | - |
| HSV(B) | 316.24º | 0.4% | 0.83% | - |
| XYZ | 43.4 | 32.4 | 51.54 | - |
| YUV | 158.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 188 | 0 | 0.40 | 0.11 | 0.17 | 316.24 | 0.49 | 0.66 |
| Hex | D3 | 7E | BC | 0 | 28 | B | 11 | 13C | 31 | 42 |
| Octal | 323 | 176 | 274 | 0 | 50 | 13 | 21 | 474 | 61 | 102 |
| Binary | 11010011 | 1111110 | 10111100 | 0 | 101000 | 1011 | 10001 | 100111100 | 110001 | 1000010 |
Color Harmonies of #D37EBC
Complementary color
Monochromatic Colors of #D37EBC
Black with #D37EBC
Text Example
Text Example
White with #D37EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EBC; }
p { color: rgb(211,126,188); }
H1.HeaderClassName
{
color: #D37EBC;
}
.AnyTagClassName
{
color: #D37EBC;
}
</style>
background-color css
<style>
a { background-color: #D37EBC; }
a { background-color: rgb(211,126,188); }
div.DivClassName
{
background-color: #D37EBC;
}
.BgClassName
{
background-color: #D37EBC;
}
</style>
border-color css
<style>
span { border-color: #D37EBC; }
span { border-color: rgb(211,126,188); }
td.TdClassName
{
border-color: #D37EBC;
}
.TagClassName
{
border-color: #D37EBC;
}
</style>