Shades of Orchid #D37EDA
Tints of Orchid #D37EDA
RGB
CMYK
RGB Variations
Color information
#D37EDA (or 0xD37EDA) is known color: Orchid. HEX triplet: D3, 7E and DA. RGB value is (211,126,218). Sum of RGB (Red+Green+Blue) = 211+126+218=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D37EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EDA is #2C8125. Grayscale: #A1A1A1. Windows color (decimal): -2916646 or 14319315. OLE color: 14319315.
HSL color Cylindrical-coordinate representation of color #D37EDA: hue angle of 295.43º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37EDA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 126 | 218 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.15 |
| HSL | 295.43º | 0.55% | 0.67% | - |
| HSV(B) | 295.43º | 0.42% | 0.85% | - |
| XYZ | 46.98 | 33.83 | 70.38 | - |
| YUV | 161.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 126 | 218 | 0.03 | 0.42 | 0 | 0.15 | 295.43 | 0.55 | 0.67 |
| Hex | D3 | 7E | DA | 3 | 2A | 0 | F | 127 | 37 | 43 |
| Octal | 323 | 176 | 332 | 3 | 52 | 0 | 17 | 447 | 67 | 103 |
| Binary | 11010011 | 1111110 | 11011010 | 11 | 101010 | 0 | 1111 | 100100111 | 110111 | 1000011 |
Color Harmonies of #D37EDA
Complementary color
Monochromatic Colors of #D37EDA
Black with #D37EDA
Text Example
Text Example
White with #D37EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37EDA; }
p { color: rgb(211,126,218); }
H1.HeaderClassName
{
color: #D37EDA;
}
.AnyTagClassName
{
color: #D37EDA;
}
</style>
background-color css
<style>
a { background-color: #D37EDA; }
a { background-color: rgb(211,126,218); }
div.DivClassName
{
background-color: #D37EDA;
}
.BgClassName
{
background-color: #D37EDA;
}
</style>
border-color css
<style>
span { border-color: #D37EDA; }
span { border-color: rgb(211,126,218); }
td.TdClassName
{
border-color: #D37EDA;
}
.TagClassName
{
border-color: #D37EDA;
}
</style>