Shades of Orchid #D47DCC
Tints of Orchid #D47DCC
RGB
CMYK
RGB Variations
Color information
#D47DCC (or 0xD47DCC) is known color: Orchid. HEX triplet: D4, 7D and CC. RGB value is (212,125,204). Sum of RGB (Red+Green+Blue) = 212+125+204=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DCC is #2B8233. Grayscale: #9F9F9F. Windows color (decimal): -2851380 or 13401556. OLE color: 13401556.
HSL color Cylindrical-coordinate representation of color #D47DCC: hue angle of 305.52º 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 #D47DCC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 125 | 204 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.17 |
| HSL | 305.52º | 0.5% | 0.66% | - |
| HSV(B) | 305.52º | 0.41% | 0.83% | - |
| XYZ | 45.38 | 33.02 | 61.11 | - |
| YUV | 160.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 125 | 204 | 0 | 0.41 | 0.04 | 0.17 | 305.52 | 0.5 | 0.66 |
| Hex | D4 | 7D | CC | 0 | 29 | 4 | 11 | 132 | 32 | 42 |
| Octal | 324 | 175 | 314 | 0 | 51 | 4 | 21 | 462 | 62 | 102 |
| Binary | 11010100 | 1111101 | 11001100 | 0 | 101001 | 100 | 10001 | 100110010 | 110010 | 1000010 |
Color Harmonies of #D47DCC
Complementary color
Monochromatic Colors of #D47DCC
Black with #D47DCC
Text Example
Text Example
White with #D47DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47DCC; }
p { color: rgb(212,125,204); }
H1.HeaderClassName
{
color: #D47DCC;
}
.AnyTagClassName
{
color: #D47DCC;
}
</style>
background-color css
<style>
a { background-color: #D47DCC; }
a { background-color: rgb(212,125,204); }
div.DivClassName
{
background-color: #D47DCC;
}
.BgClassName
{
background-color: #D47DCC;
}
</style>
border-color css
<style>
span { border-color: #D47DCC; }
span { border-color: rgb(212,125,204); }
td.TdClassName
{
border-color: #D47DCC;
}
.TagClassName
{
border-color: #D47DCC;
}
</style>