Shades of Orchid #D47DD0
Tints of Orchid #D47DD0
RGB
CMYK
RGB Variations
Color information
#D47DD0 (or 0xD47DD0) is known color: Orchid. HEX triplet: D4, 7D and D0. RGB value is (212,125,208). Sum of RGB (Red+Green+Blue) = 212+125+208=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DD0 is #2B822F. Grayscale: #A0A0A0. Windows color (decimal): -2851376 or 13663700. OLE color: 13663700.
HSL color Cylindrical-coordinate representation of color #D47DD0: hue angle of 302.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47DD0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 208 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.17 |
| HSL | 302.76º | 0.5% | 0.66% | - |
| HSV(B) | 302.76º | 0.41% | 0.83% | - |
| XYZ | 45.87 | 33.22 | 63.67 | - |
| YUV | 160.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 208 | 0 | 0.41 | 0.02 | 0.17 | 302.76 | 0.5 | 0.66 |
| Hex | D4 | 7D | D0 | 0 | 29 | 2 | 11 | 12F | 32 | 42 |
| Octal | 324 | 175 | 320 | 0 | 51 | 2 | 21 | 457 | 62 | 102 |
| Binary | 11010100 | 1111101 | 11010000 | 0 | 101001 | 10 | 10001 | 100101111 | 110010 | 1000010 |
Color Harmonies of #D47DD0
Complementary color
Monochromatic Colors of #D47DD0
Black with #D47DD0
Text Example
Text Example
White with #D47DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DD0; }
p { color: rgb(212,125,208); }
H1.HeaderClassName
{
color: #D47DD0;
}
.AnyTagClassName
{
color: #D47DD0;
}
</style>
background-color css
<style>
a { background-color: #D47DD0; }
a { background-color: rgb(212,125,208); }
div.DivClassName
{
background-color: #D47DD0;
}
.BgClassName
{
background-color: #D47DD0;
}
</style>
border-color css
<style>
span { border-color: #D47DD0; }
span { border-color: rgb(212,125,208); }
td.TdClassName
{
border-color: #D47DD0;
}
.TagClassName
{
border-color: #D47DD0;
}
</style>