Shades of Orchid #D37CDF
Tints of Orchid #D37CDF
RGB
CMYK
RGB Variations
Color information
#D37CDF (or 0xD37CDF) is known color: Orchid. HEX triplet: D3, 7C and DF. RGB value is (211,124,223). Sum of RGB (Red+Green+Blue) = 211+124+223=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D37CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CDF is #2C8320. Grayscale: #A0A0A0. Windows color (decimal): -2917153 or 14646483. OLE color: 14646483.
HSL color Cylindrical-coordinate representation of color #D37CDF: hue angle of 292.73º degrees, saturation: 0.61, 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 #D37CDF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 124 | 223 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.13 |
| HSL | 292.73º | 0.61% | 0.68% | - |
| HSV(B) | 292.73º | 0.44% | 0.87% | - |
| XYZ | 47.39 | 33.59 | 73.8 | - |
| YUV | 161.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 223 | 0.05 | 0.44 | 0 | 0.13 | 292.73 | 0.61 | 0.68 |
| Hex | D3 | 7C | DF | 5 | 2C | 0 | D | 125 | 3D | 44 |
| Octal | 323 | 174 | 337 | 5 | 54 | 0 | 15 | 445 | 75 | 104 |
| Binary | 11010011 | 1111100 | 11011111 | 101 | 101100 | 0 | 1101 | 100100101 | 111101 | 1000100 |
Color Harmonies of #D37CDF
Complementary color
Monochromatic Colors of #D37CDF
Black with #D37CDF
Text Example
Text Example
White with #D37CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CDF; }
p { color: rgb(211,124,223); }
H1.HeaderClassName
{
color: #D37CDF;
}
.AnyTagClassName
{
color: #D37CDF;
}
</style>
background-color css
<style>
a { background-color: #D37CDF; }
a { background-color: rgb(211,124,223); }
div.DivClassName
{
background-color: #D37CDF;
}
.BgClassName
{
background-color: #D37CDF;
}
</style>
border-color css
<style>
span { border-color: #D37CDF; }
span { border-color: rgb(211,124,223); }
td.TdClassName
{
border-color: #D37CDF;
}
.TagClassName
{
border-color: #D37CDF;
}
</style>