Shades of Orchid #D47EDC
Tints of Orchid #D47EDC
RGB
CMYK
RGB Variations
Color information
#D47EDC (or 0xD47EDC) is known color: Orchid. HEX triplet: D4, 7E and DC. RGB value is (212,126,220). Sum of RGB (Red+Green+Blue) = 212+126+220=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D47EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EDC is #2B8123. Grayscale: #A2A2A2. Windows color (decimal): -2851108 or 14450388. OLE color: 14450388.
HSL color Cylindrical-coordinate representation of color #D47EDC: hue angle of 294.89º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47EDC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 126 | 220 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.14 |
| HSL | 294.89º | 0.57% | 0.68% | - |
| HSV(B) | 294.89º | 0.43% | 0.86% | - |
| XYZ | 47.53 | 34.09 | 71.78 | - |
| YUV | 162.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 220 | 0.04 | 0.43 | 0 | 0.14 | 294.89 | 0.57 | 0.68 |
| Hex | D4 | 7E | DC | 4 | 2B | 0 | E | 127 | 39 | 44 |
| Octal | 324 | 176 | 334 | 4 | 53 | 0 | 16 | 447 | 71 | 104 |
| Binary | 11010100 | 1111110 | 11011100 | 100 | 101011 | 0 | 1110 | 100100111 | 111001 | 1000100 |
Color Harmonies of #D47EDC
Complementary color
Monochromatic Colors of #D47EDC
Black with #D47EDC
Text Example
Text Example
White with #D47EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47EDC; }
p { color: rgb(212,126,220); }
H1.HeaderClassName
{
color: #D47EDC;
}
.AnyTagClassName
{
color: #D47EDC;
}
</style>
background-color css
<style>
a { background-color: #D47EDC; }
a { background-color: rgb(212,126,220); }
div.DivClassName
{
background-color: #D47EDC;
}
.BgClassName
{
background-color: #D47EDC;
}
</style>
border-color css
<style>
span { border-color: #D47EDC; }
span { border-color: rgb(212,126,220); }
td.TdClassName
{
border-color: #D47EDC;
}
.TagClassName
{
border-color: #D47EDC;
}
</style>