Shades of Orchid #D37CDE
Tints of Orchid #D37CDE
RGB
CMYK
RGB Variations
Color information
#D37CDE (or 0xD37CDE) is known color: Orchid. HEX triplet: D3, 7C and DE. RGB value is (211,124,222). Sum of RGB (Red+Green+Blue) = 211+124+222=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #D37CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CDE is #2C8321. Grayscale: #A0A0A0. Windows color (decimal): -2917154 or 14580947. OLE color: 14580947.
HSL color Cylindrical-coordinate representation of color #D37CDE: hue angle of 293.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37CDE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 124 | 222 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.13 |
| HSL | 293.27º | 0.6% | 0.68% | - |
| HSV(B) | 293.27º | 0.44% | 0.87% | - |
| XYZ | 47.26 | 33.54 | 73.09 | - |
| YUV | 161.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 222 | 0.05 | 0.44 | 0 | 0.13 | 293.27 | 0.6 | 0.68 |
| Hex | D3 | 7C | DE | 5 | 2C | 0 | D | 125 | 3C | 44 |
| Octal | 323 | 174 | 336 | 5 | 54 | 0 | 15 | 445 | 74 | 104 |
| Binary | 11010011 | 1111100 | 11011110 | 101 | 101100 | 0 | 1101 | 100100101 | 111100 | 1000100 |
Color Harmonies of #D37CDE
Complementary color
Monochromatic Colors of #D37CDE
Black with #D37CDE
Text Example
Text Example
White with #D37CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CDE; }
p { color: rgb(211,124,222); }
H1.HeaderClassName
{
color: #D37CDE;
}
.AnyTagClassName
{
color: #D37CDE;
}
</style>
background-color css
<style>
a { background-color: #D37CDE; }
a { background-color: rgb(211,124,222); }
div.DivClassName
{
background-color: #D37CDE;
}
.BgClassName
{
background-color: #D37CDE;
}
</style>
border-color css
<style>
span { border-color: #D37CDE; }
span { border-color: rgb(211,124,222); }
td.TdClassName
{
border-color: #D37CDE;
}
.TagClassName
{
border-color: #D37CDE;
}
</style>