Shades of Orchid #D37EDC
Tints of Orchid #D37EDC
RGB
CMYK
RGB Variations
Color information
#D37EDC (or 0xD37EDC) is known color: Orchid. HEX triplet: D3, 7E and DC. RGB value is (211,126,220). Sum of RGB (Red+Green+Blue) = 211+126+220=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #D37EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EDC is #2C8123. Grayscale: #A1A1A1. Windows color (decimal): -2916644 or 14450387. OLE color: 14450387.
HSL color Cylindrical-coordinate representation of color #D37EDC: hue angle of 294.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37EDC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 126 | 220 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.14 |
| HSL | 294.26º | 0.57% | 0.68% | - |
| HSV(B) | 294.26º | 0.43% | 0.86% | - |
| XYZ | 47.24 | 33.94 | 71.77 | - |
| YUV | 162.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 220 | 0.04 | 0.43 | 0 | 0.14 | 294.26 | 0.57 | 0.68 |
| Hex | D3 | 7E | DC | 4 | 2B | 0 | E | 126 | 39 | 44 |
| Octal | 323 | 176 | 334 | 4 | 53 | 0 | 16 | 446 | 71 | 104 |
| Binary | 11010011 | 1111110 | 11011100 | 100 | 101011 | 0 | 1110 | 100100110 | 111001 | 1000100 |
Color Harmonies of #D37EDC
Complementary color
Monochromatic Colors of #D37EDC
Black with #D37EDC
Text Example
Text Example
White with #D37EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EDC; }
p { color: rgb(211,126,220); }
H1.HeaderClassName
{
color: #D37EDC;
}
.AnyTagClassName
{
color: #D37EDC;
}
</style>
background-color css
<style>
a { background-color: #D37EDC; }
a { background-color: rgb(211,126,220); }
div.DivClassName
{
background-color: #D37EDC;
}
.BgClassName
{
background-color: #D37EDC;
}
</style>
border-color css
<style>
span { border-color: #D37EDC; }
span { border-color: rgb(211,126,220); }
td.TdClassName
{
border-color: #D37EDC;
}
.TagClassName
{
border-color: #D37EDC;
}
</style>