Shades of Orchid #D37DDE
Tints of Orchid #D37DDE
RGB
CMYK
RGB Variations
Color information
#D37DDE (or 0xD37DDE) is known color: Orchid. HEX triplet: D3, 7D and DE. RGB value is (211,125,222). Sum of RGB (Red+Green+Blue) = 211+125+222=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #D37DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DDE is #2C8221. Grayscale: #A1A1A1. Windows color (decimal): -2916898 or 14581203. OLE color: 14581203.
HSL color Cylindrical-coordinate representation of color #D37DDE: hue angle of 293.2º degrees, saturation: 0.6, 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 #D37DDE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 125 | 222 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.13 |
| HSL | 293.2º | 0.6% | 0.68% | - |
| HSV(B) | 293.2º | 0.44% | 0.87% | - |
| XYZ | 47.38 | 33.79 | 73.13 | - |
| YUV | 161.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 222 | 0.05 | 0.44 | 0 | 0.13 | 293.2 | 0.6 | 0.68 |
| Hex | D3 | 7D | DE | 5 | 2C | 0 | D | 125 | 3C | 44 |
| Octal | 323 | 175 | 336 | 5 | 54 | 0 | 15 | 445 | 74 | 104 |
| Binary | 11010011 | 1111101 | 11011110 | 101 | 101100 | 0 | 1101 | 100100101 | 111100 | 1000100 |
Color Harmonies of #D37DDE
Complementary color
Monochromatic Colors of #D37DDE
Black with #D37DDE
Text Example
Text Example
White with #D37DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DDE; }
p { color: rgb(211,125,222); }
H1.HeaderClassName
{
color: #D37DDE;
}
.AnyTagClassName
{
color: #D37DDE;
}
</style>
background-color css
<style>
a { background-color: #D37DDE; }
a { background-color: rgb(211,125,222); }
div.DivClassName
{
background-color: #D37DDE;
}
.BgClassName
{
background-color: #D37DDE;
}
</style>
border-color css
<style>
span { border-color: #D37DDE; }
span { border-color: rgb(211,125,222); }
td.TdClassName
{
border-color: #D37DDE;
}
.TagClassName
{
border-color: #D37DDE;
}
</style>