Shades of Orchid #D47FBC
Tints of Orchid #D47FBC
RGB
CMYK
RGB Variations
Color information
#D47FBC (or 0xD47FBC) is known color: Orchid. HEX triplet: D4, 7F and BC. RGB value is (212,127,188). Sum of RGB (Red+Green+Blue) = 212+127+188=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FBC is #2B8043. Grayscale: #9F9F9F. Windows color (decimal): -2850884 or 12353492. OLE color: 12353492.
HSL color Cylindrical-coordinate representation of color #D47FBC: hue angle of 316.94º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FBC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 127 | 188 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.17 |
| HSL | 316.94º | 0.5% | 0.66% | - |
| HSV(B) | 316.94º | 0.4% | 0.83% | - |
| XYZ | 43.82 | 32.81 | 51.6 | - |
| YUV | 159.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 127 | 188 | 0 | 0.40 | 0.11 | 0.17 | 316.94 | 0.5 | 0.66 |
| Hex | D4 | 7F | BC | 0 | 28 | B | 11 | 13D | 32 | 42 |
| Octal | 324 | 177 | 274 | 0 | 50 | 13 | 21 | 475 | 62 | 102 |
| Binary | 11010100 | 1111111 | 10111100 | 0 | 101000 | 1011 | 10001 | 100111101 | 110010 | 1000010 |
Color Harmonies of #D47FBC
Complementary color
Monochromatic Colors of #D47FBC
Black with #D47FBC
Text Example
Text Example
White with #D47FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47FBC; }
p { color: rgb(212,127,188); }
H1.HeaderClassName
{
color: #D47FBC;
}
.AnyTagClassName
{
color: #D47FBC;
}
</style>
background-color css
<style>
a { background-color: #D47FBC; }
a { background-color: rgb(212,127,188); }
div.DivClassName
{
background-color: #D47FBC;
}
.BgClassName
{
background-color: #D47FBC;
}
</style>
border-color css
<style>
span { border-color: #D47FBC; }
span { border-color: rgb(212,127,188); }
td.TdClassName
{
border-color: #D47FBC;
}
.TagClassName
{
border-color: #D47FBC;
}
</style>