Shades of Orchid #D47DBC
Tints of Orchid #D47DBC
RGB
CMYK
RGB Variations
Color information
#D47DBC (or 0xD47DBC) is known color: Orchid. HEX triplet: D4, 7D and BC. RGB value is (212,125,188). Sum of RGB (Red+Green+Blue) = 212+125+188=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DBC is #2B8243. Grayscale: #9E9E9E. Windows color (decimal): -2851396 or 12352980. OLE color: 12352980.
HSL color Cylindrical-coordinate representation of color #D47DBC: hue angle of 316.55º 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 #D47DBC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 188 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.17 |
| HSL | 316.55º | 0.5% | 0.66% | - |
| HSV(B) | 316.55º | 0.41% | 0.83% | - |
| XYZ | 43.56 | 32.3 | 51.51 | - |
| YUV | 158.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 188 | 0 | 0.41 | 0.11 | 0.17 | 316.55 | 0.5 | 0.66 |
| Hex | D4 | 7D | BC | 0 | 29 | B | 11 | 13D | 32 | 42 |
| Octal | 324 | 175 | 274 | 0 | 51 | 13 | 21 | 475 | 62 | 102 |
| Binary | 11010100 | 1111101 | 10111100 | 0 | 101001 | 1011 | 10001 | 100111101 | 110010 | 1000010 |
Color Harmonies of #D47DBC
Complementary color
Monochromatic Colors of #D47DBC
Black with #D47DBC
Text Example
Text Example
White with #D47DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DBC; }
p { color: rgb(212,125,188); }
H1.HeaderClassName
{
color: #D47DBC;
}
.AnyTagClassName
{
color: #D47DBC;
}
</style>
background-color css
<style>
a { background-color: #D47DBC; }
a { background-color: rgb(212,125,188); }
div.DivClassName
{
background-color: #D47DBC;
}
.BgClassName
{
background-color: #D47DBC;
}
</style>
border-color css
<style>
span { border-color: #D47DBC; }
span { border-color: rgb(212,125,188); }
td.TdClassName
{
border-color: #D47DBC;
}
.TagClassName
{
border-color: #D47DBC;
}
</style>