Shades of Orchid #D37EC7
Tints of Orchid #D37EC7
RGB
CMYK
RGB Variations
Color information
#D37EC7 (or 0xD37EC7) is known color: Orchid. HEX triplet: D3, 7E and C7. RGB value is (211,126,199). Sum of RGB (Red+Green+Blue) = 211+126+199=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D37EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EC7 is #2C8138. Grayscale: #9F9F9F. Windows color (decimal): -2916665 or 13074131. OLE color: 13074131.
HSL color Cylindrical-coordinate representation of color #D37EC7: hue angle of 308.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37EC7 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 126 | 199 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.17 |
| HSL | 308.47º | 0.49% | 0.66% | - |
| HSV(B) | 308.47º | 0.4% | 0.83% | - |
| XYZ | 44.63 | 32.89 | 58.03 | - |
| YUV | 159.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 199 | 0 | 0.40 | 0.06 | 0.17 | 308.47 | 0.49 | 0.66 |
| Hex | D3 | 7E | C7 | 0 | 28 | 6 | 11 | 134 | 31 | 42 |
| Octal | 323 | 176 | 307 | 0 | 50 | 6 | 21 | 464 | 61 | 102 |
| Binary | 11010011 | 1111110 | 11000111 | 0 | 101000 | 110 | 10001 | 100110100 | 110001 | 1000010 |
Color Harmonies of #D37EC7
Complementary color
Monochromatic Colors of #D37EC7
Black with #D37EC7
Text Example
Text Example
White with #D37EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EC7; }
p { color: rgb(211,126,199); }
H1.HeaderClassName
{
color: #D37EC7;
}
.AnyTagClassName
{
color: #D37EC7;
}
</style>
background-color css
<style>
a { background-color: #D37EC7; }
a { background-color: rgb(211,126,199); }
div.DivClassName
{
background-color: #D37EC7;
}
.BgClassName
{
background-color: #D37EC7;
}
</style>
border-color css
<style>
span { border-color: #D37EC7; }
span { border-color: rgb(211,126,199); }
td.TdClassName
{
border-color: #D37EC7;
}
.TagClassName
{
border-color: #D37EC7;
}
</style>