Shades of Orchid #D37DE0
Tints of Orchid #D37DE0
RGB
CMYK
RGB Variations
Color information
#D37DE0 (or 0xD37DE0) is known color: Orchid. HEX triplet: D3, 7D and E0. RGB value is (211,125,224). Sum of RGB (Red+Green+Blue) = 211+125+224=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #D37DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DE0 is #2C821F. Grayscale: #A1A1A1. Windows color (decimal): -2916896 or 14712275. OLE color: 14712275.
HSL color Cylindrical-coordinate representation of color #D37DE0: hue angle of 292.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37DE0 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 125 | 224 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.12 |
| HSL | 292.12º | 0.61% | 0.68% | - |
| HSV(B) | 292.12º | 0.44% | 0.88% | - |
| XYZ | 47.65 | 33.9 | 74.55 | - |
| YUV | 162 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 224 | 0.06 | 0.44 | 0 | 0.12 | 292.12 | 0.61 | 0.68 |
| Hex | D3 | 7D | E0 | 6 | 2C | 0 | C | 124 | 3D | 44 |
| Octal | 323 | 175 | 340 | 6 | 54 | 0 | 14 | 444 | 75 | 104 |
| Binary | 11010011 | 1111101 | 11100000 | 110 | 101100 | 0 | 1100 | 100100100 | 111101 | 1000100 |
Color Harmonies of #D37DE0
Complementary color
Monochromatic Colors of #D37DE0
Black with #D37DE0
Text Example
Text Example
White with #D37DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DE0; }
p { color: rgb(211,125,224); }
H1.HeaderClassName
{
color: #D37DE0;
}
.AnyTagClassName
{
color: #D37DE0;
}
</style>
background-color css
<style>
a { background-color: #D37DE0; }
a { background-color: rgb(211,125,224); }
div.DivClassName
{
background-color: #D37DE0;
}
.BgClassName
{
background-color: #D37DE0;
}
</style>
border-color css
<style>
span { border-color: #D37DE0; }
span { border-color: rgb(211,125,224); }
td.TdClassName
{
border-color: #D37DE0;
}
.TagClassName
{
border-color: #D37DE0;
}
</style>