Shades of Orchid #D37BDE
Tints of Orchid #D37BDE
RGB
CMYK
RGB Variations
Color information
#D37BDE (or 0xD37BDE) is known color: Orchid. HEX triplet: D3, 7B and DE. RGB value is (211,123,222). Sum of RGB (Red+Green+Blue) = 211+123+222=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #D37BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BDE is #2C8421. Grayscale: #A0A0A0. Windows color (decimal): -2917410 or 14580691. OLE color: 14580691.
HSL color Cylindrical-coordinate representation of color #D37BDE: hue angle of 293.33º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37BDE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 123 | 222 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.13 |
| HSL | 293.33º | 0.6% | 0.68% | - |
| HSV(B) | 293.33º | 0.45% | 0.87% | - |
| XYZ | 47.13 | 33.29 | 73.05 | - |
| YUV | 160.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 222 | 0.05 | 0.45 | 0 | 0.13 | 293.33 | 0.6 | 0.68 |
| Hex | D3 | 7B | DE | 5 | 2D | 0 | D | 125 | 3C | 44 |
| Octal | 323 | 173 | 336 | 5 | 55 | 0 | 15 | 445 | 74 | 104 |
| Binary | 11010011 | 1111011 | 11011110 | 101 | 101101 | 0 | 1101 | 100100101 | 111100 | 1000100 |
Color Harmonies of #D37BDE
Complementary color
Monochromatic Colors of #D37BDE
Black with #D37BDE
Text Example
Text Example
White with #D37BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BDE; }
p { color: rgb(211,123,222); }
H1.HeaderClassName
{
color: #D37BDE;
}
.AnyTagClassName
{
color: #D37BDE;
}
</style>
background-color css
<style>
a { background-color: #D37BDE; }
a { background-color: rgb(211,123,222); }
div.DivClassName
{
background-color: #D37BDE;
}
.BgClassName
{
background-color: #D37BDE;
}
</style>
border-color css
<style>
span { border-color: #D37BDE; }
span { border-color: rgb(211,123,222); }
td.TdClassName
{
border-color: #D37BDE;
}
.TagClassName
{
border-color: #D37BDE;
}
</style>