Shades of Orchid #D37CDD
Tints of Orchid #D37CDD
RGB
CMYK
RGB Variations
Color information
#D37CDD (or 0xD37CDD) is known color: Orchid. HEX triplet: D3, 7C and DD. RGB value is (211,124,221). Sum of RGB (Red+Green+Blue) = 211+124+221=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CDD is #2C8322. Grayscale: #A0A0A0. Windows color (decimal): -2917155 or 14515411. OLE color: 14515411.
HSL color Cylindrical-coordinate representation of color #D37CDD: hue angle of 293.81º degrees, saturation: 0.59, 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 #D37CDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 124 | 221 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.13 |
| HSL | 293.81º | 0.59% | 0.68% | - |
| HSV(B) | 293.81º | 0.44% | 0.87% | - |
| XYZ | 47.12 | 33.48 | 72.39 | - |
| YUV | 161.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 221 | 0.05 | 0.44 | 0 | 0.13 | 293.81 | 0.59 | 0.68 |
| Hex | D3 | 7C | DD | 5 | 2C | 0 | D | 126 | 3B | 44 |
| Octal | 323 | 174 | 335 | 5 | 54 | 0 | 15 | 446 | 73 | 104 |
| Binary | 11010011 | 1111100 | 11011101 | 101 | 101100 | 0 | 1101 | 100100110 | 111011 | 1000100 |
Color Harmonies of #D37CDD
Complementary color
Monochromatic Colors of #D37CDD
Black with #D37CDD
Text Example
Text Example
White with #D37CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CDD; }
p { color: rgb(211,124,221); }
H1.HeaderClassName
{
color: #D37CDD;
}
.AnyTagClassName
{
color: #D37CDD;
}
</style>
background-color css
<style>
a { background-color: #D37CDD; }
a { background-color: rgb(211,124,221); }
div.DivClassName
{
background-color: #D37CDD;
}
.BgClassName
{
background-color: #D37CDD;
}
</style>
border-color css
<style>
span { border-color: #D37CDD; }
span { border-color: rgb(211,124,221); }
td.TdClassName
{
border-color: #D37CDD;
}
.TagClassName
{
border-color: #D37CDD;
}
</style>