Shades of Orchid #D37DBF
Tints of Orchid #D37DBF
RGB
CMYK
RGB Variations
Color information
#D37DBF (or 0xD37DBF) is known color: Orchid. HEX triplet: D3, 7D and BF. RGB value is (211,125,191). Sum of RGB (Red+Green+Blue) = 211+125+191=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DBF is #2C8240. Grayscale: #9E9E9E. Windows color (decimal): -2916929 or 12549587. OLE color: 12549587.
HSL color Cylindrical-coordinate representation of color #D37DBF: hue angle of 313.95º degrees, saturation: 0.49, 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 #D37DBF is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 191 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.17 |
| HSL | 313.95º | 0.49% | 0.66% | - |
| HSV(B) | 313.95º | 0.41% | 0.83% | - |
| XYZ | 43.6 | 32.28 | 53.22 | - |
| YUV | 158.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 191 | 0 | 0.41 | 0.09 | 0.17 | 313.95 | 0.49 | 0.66 |
| Hex | D3 | 7D | BF | 0 | 29 | 9 | 11 | 13A | 31 | 42 |
| Octal | 323 | 175 | 277 | 0 | 51 | 11 | 21 | 472 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10111111 | 0 | 101001 | 1001 | 10001 | 100111010 | 110001 | 1000010 |
Color Harmonies of #D37DBF
Complementary color
Monochromatic Colors of #D37DBF
Black with #D37DBF
Text Example
Text Example
White with #D37DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DBF; }
p { color: rgb(211,125,191); }
H1.HeaderClassName
{
color: #D37DBF;
}
.AnyTagClassName
{
color: #D37DBF;
}
</style>
background-color css
<style>
a { background-color: #D37DBF; }
a { background-color: rgb(211,125,191); }
div.DivClassName
{
background-color: #D37DBF;
}
.BgClassName
{
background-color: #D37DBF;
}
</style>
border-color css
<style>
span { border-color: #D37DBF; }
span { border-color: rgb(211,125,191); }
td.TdClassName
{
border-color: #D37DBF;
}
.TagClassName
{
border-color: #D37DBF;
}
</style>