Shades of Orchid #D37DBB
Tints of Orchid #D37DBB
RGB
CMYK
RGB Variations
Color information
#D37DBB (or 0xD37DBB) is known color: Orchid. HEX triplet: D3, 7D and BB. RGB value is (211,125,187). Sum of RGB (Red+Green+Blue) = 211+125+187=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DBB is #2C8244. Grayscale: #9D9D9D. Windows color (decimal): -2916933 or 12287443. OLE color: 12287443.
HSL color Cylindrical-coordinate representation of color #D37DBB: hue angle of 316.74º 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 #D37DBB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 187 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.17 |
| HSL | 316.74º | 0.49% | 0.66% | - |
| HSV(B) | 316.74º | 0.41% | 0.83% | - |
| XYZ | 43.17 | 32.1 | 50.94 | - |
| YUV | 157.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 187 | 0 | 0.41 | 0.11 | 0.17 | 316.74 | 0.49 | 0.66 |
| Hex | D3 | 7D | BB | 0 | 29 | B | 11 | 13D | 31 | 42 |
| Octal | 323 | 175 | 273 | 0 | 51 | 13 | 21 | 475 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10111011 | 0 | 101001 | 1011 | 10001 | 100111101 | 110001 | 1000010 |
Color Harmonies of #D37DBB
Complementary color
Monochromatic Colors of #D37DBB
Black with #D37DBB
Text Example
Text Example
White with #D37DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DBB; }
p { color: rgb(211,125,187); }
H1.HeaderClassName
{
color: #D37DBB;
}
.AnyTagClassName
{
color: #D37DBB;
}
</style>
background-color css
<style>
a { background-color: #D37DBB; }
a { background-color: rgb(211,125,187); }
div.DivClassName
{
background-color: #D37DBB;
}
.BgClassName
{
background-color: #D37DBB;
}
</style>
border-color css
<style>
span { border-color: #D37DBB; }
span { border-color: rgb(211,125,187); }
td.TdClassName
{
border-color: #D37DBB;
}
.TagClassName
{
border-color: #D37DBB;
}
</style>