Shades of Orchid #D47EC9
Tints of Orchid #D47EC9
RGB
CMYK
RGB Variations
Color information
#D47EC9 (or 0xD47EC9) is known color: Orchid. HEX triplet: D4, 7E and C9. RGB value is (212,126,201). Sum of RGB (Red+Green+Blue) = 212+126+201=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EC9 is #2B8136. Grayscale: #A0A0A0. Windows color (decimal): -2851127 or 13205204. OLE color: 13205204.
HSL color Cylindrical-coordinate representation of color #D47EC9: hue angle of 307.67º 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 #D47EC9 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 201 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.17 |
| HSL | 307.67º | 0.5% | 0.66% | - |
| HSV(B) | 307.67º | 0.41% | 0.83% | - |
| XYZ | 45.15 | 33.14 | 59.27 | - |
| YUV | 160.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 201 | 0 | 0.41 | 0.05 | 0.17 | 307.67 | 0.5 | 0.66 |
| Hex | D4 | 7E | C9 | 0 | 29 | 5 | 11 | 134 | 32 | 42 |
| Octal | 324 | 176 | 311 | 0 | 51 | 5 | 21 | 464 | 62 | 102 |
| Binary | 11010100 | 1111110 | 11001001 | 0 | 101001 | 101 | 10001 | 100110100 | 110010 | 1000010 |
Color Harmonies of #D47EC9
Complementary color
Monochromatic Colors of #D47EC9
Black with #D47EC9
Text Example
Text Example
White with #D47EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47EC9; }
p { color: rgb(212,126,201); }
H1.HeaderClassName
{
color: #D47EC9;
}
.AnyTagClassName
{
color: #D47EC9;
}
</style>
background-color css
<style>
a { background-color: #D47EC9; }
a { background-color: rgb(212,126,201); }
div.DivClassName
{
background-color: #D47EC9;
}
.BgClassName
{
background-color: #D47EC9;
}
</style>
border-color css
<style>
span { border-color: #D47EC9; }
span { border-color: rgb(212,126,201); }
td.TdClassName
{
border-color: #D47EC9;
}
.TagClassName
{
border-color: #D47EC9;
}
</style>