Shades of Orchid #D37BCD
Tints of Orchid #D37BCD
RGB
CMYK
RGB Variations
Color information
#D37BCD (or 0xD37BCD) is known color: Orchid. HEX triplet: D3, 7B and CD. RGB value is (211,123,205). Sum of RGB (Red+Green+Blue) = 211+123+205=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BCD is #2C8432. Grayscale: #9E9E9E. Windows color (decimal): -2917427 or 13466579. OLE color: 13466579.
HSL color Cylindrical-coordinate representation of color #D37BCD: hue angle of 304.09º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37BCD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 205 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.17 |
| HSL | 304.09º | 0.5% | 0.65% | - |
| HSV(B) | 304.09º | 0.42% | 0.83% | - |
| XYZ | 44.97 | 32.42 | 61.65 | - |
| YUV | 158.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 205 | 0 | 0.42 | 0.03 | 0.17 | 304.09 | 0.5 | 0.65 |
| Hex | D3 | 7B | CD | 0 | 2A | 3 | 11 | 130 | 32 | 41 |
| Octal | 323 | 173 | 315 | 0 | 52 | 3 | 21 | 460 | 62 | 101 |
| Binary | 11010011 | 1111011 | 11001101 | 0 | 101010 | 11 | 10001 | 100110000 | 110010 | 1000001 |
Color Harmonies of #D37BCD
Complementary color
Monochromatic Colors of #D37BCD
Black with #D37BCD
Text Example
Text Example
White with #D37BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BCD; }
p { color: rgb(211,123,205); }
H1.HeaderClassName
{
color: #D37BCD;
}
.AnyTagClassName
{
color: #D37BCD;
}
</style>
background-color css
<style>
a { background-color: #D37BCD; }
a { background-color: rgb(211,123,205); }
div.DivClassName
{
background-color: #D37BCD;
}
.BgClassName
{
background-color: #D37BCD;
}
</style>
border-color css
<style>
span { border-color: #D37BCD; }
span { border-color: rgb(211,123,205); }
td.TdClassName
{
border-color: #D37BCD;
}
.TagClassName
{
border-color: #D37BCD;
}
</style>