Shades of Orchid #D37ACD
Tints of Orchid #D37ACD
RGB
CMYK
RGB Variations
Color information
#D37ACD (or 0xD37ACD) is known color: Orchid. HEX triplet: D3, 7A and CD. RGB value is (211,122,205). Sum of RGB (Red+Green+Blue) = 211+122+205=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ACD is #2C8532. Grayscale: #9D9D9D. Windows color (decimal): -2917683 or 13466323. OLE color: 13466323.
HSL color Cylindrical-coordinate representation of color #D37ACD: hue angle of 304.04º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37ACD is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 205 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.17 |
| HSL | 304.05º | 0.5% | 0.65% | - |
| HSV(B) | 304.05º | 0.42% | 0.83% | - |
| XYZ | 44.84 | 32.18 | 61.6 | - |
| YUV | 158.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 205 | 0 | 0.42 | 0.03 | 0.17 | 304.05 | 0.5 | 0.65 |
| Hex | D3 | 7A | CD | 0 | 2A | 3 | 11 | 130 | 32 | 41 |
| Octal | 323 | 172 | 315 | 0 | 52 | 3 | 21 | 460 | 62 | 101 |
| Binary | 11010011 | 1111010 | 11001101 | 0 | 101010 | 11 | 10001 | 100110000 | 110010 | 1000001 |
Color Harmonies of #D37ACD
Complementary color
Monochromatic Colors of #D37ACD
Black with #D37ACD
Text Example
Text Example
White with #D37ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37ACD; }
p { color: rgb(211,122,205); }
H1.HeaderClassName
{
color: #D37ACD;
}
.AnyTagClassName
{
color: #D37ACD;
}
</style>
background-color css
<style>
a { background-color: #D37ACD; }
a { background-color: rgb(211,122,205); }
div.DivClassName
{
background-color: #D37ACD;
}
.BgClassName
{
background-color: #D37ACD;
}
</style>
border-color css
<style>
span { border-color: #D37ACD; }
span { border-color: rgb(211,122,205); }
td.TdClassName
{
border-color: #D37ACD;
}
.TagClassName
{
border-color: #D37ACD;
}
</style>