Shades of Orchid #D37DDD
Tints of Orchid #D37DDD
RGB
CMYK
RGB Variations
Color information
#D37DDD (or 0xD37DDD) is known color: Orchid. HEX triplet: D3, 7D and DD. RGB value is (211,125,221). Sum of RGB (Red+Green+Blue) = 211+125+221=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DDD is #2C8222. Grayscale: #A1A1A1. Windows color (decimal): -2916899 or 14515667. OLE color: 14515667.
HSL color Cylindrical-coordinate representation of color #D37DDD: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37DDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 125 | 221 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.13 |
| HSL | 293.75º | 0.59% | 0.68% | - |
| HSV(B) | 293.75º | 0.43% | 0.87% | - |
| XYZ | 47.25 | 33.74 | 72.43 | - |
| YUV | 161.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 221 | 0.05 | 0.43 | 0 | 0.13 | 293.75 | 0.59 | 0.68 |
| Hex | D3 | 7D | DD | 5 | 2B | 0 | D | 126 | 3B | 44 |
| Octal | 323 | 175 | 335 | 5 | 53 | 0 | 15 | 446 | 73 | 104 |
| Binary | 11010011 | 1111101 | 11011101 | 101 | 101011 | 0 | 1101 | 100100110 | 111011 | 1000100 |
Color Harmonies of #D37DDD
Complementary color
Monochromatic Colors of #D37DDD
Black with #D37DDD
Text Example
Text Example
White with #D37DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37DDD; }
p { color: rgb(211,125,221); }
H1.HeaderClassName
{
color: #D37DDD;
}
.AnyTagClassName
{
color: #D37DDD;
}
</style>
background-color css
<style>
a { background-color: #D37DDD; }
a { background-color: rgb(211,125,221); }
div.DivClassName
{
background-color: #D37DDD;
}
.BgClassName
{
background-color: #D37DDD;
}
</style>
border-color css
<style>
span { border-color: #D37DDD; }
span { border-color: rgb(211,125,221); }
td.TdClassName
{
border-color: #D37DDD;
}
.TagClassName
{
border-color: #D37DDD;
}
</style>