Shades of Orchid #D37CBE
Tints of Orchid #D37CBE
RGB
CMYK
RGB Variations
Color information
#D37CBE (or 0xD37CBE) is known color: Orchid. HEX triplet: D3, 7C and BE. RGB value is (211,124,190). Sum of RGB (Red+Green+Blue) = 211+124+190=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CBE is #2C8341. Grayscale: #9D9D9D. Windows color (decimal): -2917186 or 12483795. OLE color: 12483795.
HSL color Cylindrical-coordinate representation of color #D37CBE: hue angle of 314.48º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CBE is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 190 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.17 |
| HSL | 314.48º | 0.5% | 0.66% | - |
| HSV(B) | 314.48º | 0.41% | 0.83% | - |
| XYZ | 43.37 | 31.98 | 52.6 | - |
| YUV | 157.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 190 | 0 | 0.41 | 0.10 | 0.17 | 314.48 | 0.5 | 0.66 |
| Hex | D3 | 7C | BE | 0 | 29 | A | 11 | 13A | 32 | 42 |
| Octal | 323 | 174 | 276 | 0 | 51 | 12 | 21 | 472 | 62 | 102 |
| Binary | 11010011 | 1111100 | 10111110 | 0 | 101001 | 1010 | 10001 | 100111010 | 110010 | 1000010 |
Color Harmonies of #D37CBE
Complementary color
Monochromatic Colors of #D37CBE
Black with #D37CBE
Text Example
Text Example
White with #D37CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CBE; }
p { color: rgb(211,124,190); }
H1.HeaderClassName
{
color: #D37CBE;
}
.AnyTagClassName
{
color: #D37CBE;
}
</style>
background-color css
<style>
a { background-color: #D37CBE; }
a { background-color: rgb(211,124,190); }
div.DivClassName
{
background-color: #D37CBE;
}
.BgClassName
{
background-color: #D37CBE;
}
</style>
border-color css
<style>
span { border-color: #D37CBE; }
span { border-color: rgb(211,124,190); }
td.TdClassName
{
border-color: #D37CBE;
}
.TagClassName
{
border-color: #D37CBE;
}
</style>