Shades of Orchid #D47EE3
Tints of Orchid #D47EE3
RGB
CMYK
RGB Variations
Color information
#D47EE3 (or 0xD47EE3) is known color: Orchid. HEX triplet: D4, 7E and E3. RGB value is (212,126,227). Sum of RGB (Red+Green+Blue) = 212+126+227=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #D47EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EE3 is #2B811C. Grayscale: #A2A2A2. Windows color (decimal): -2851101 or 14909140. OLE color: 14909140.
HSL color Cylindrical-coordinate representation of color #D47EE3: hue angle of 291.09º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47EE3 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 126 | 227 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.11 |
| HSL | 291.09º | 0.64% | 0.69% | - |
| HSV(B) | 291.09º | 0.44% | 0.89% | - |
| XYZ | 48.48 | 34.46 | 76.77 | - |
| YUV | 163.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 227 | 0.07 | 0.44 | 0 | 0.11 | 291.09 | 0.64 | 0.69 |
| Hex | D4 | 7E | E3 | 7 | 2C | 0 | B | 123 | 40 | 45 |
| Octal | 324 | 176 | 343 | 7 | 54 | 0 | 13 | 443 | 100 | 105 |
| Binary | 11010100 | 1111110 | 11100011 | 111 | 101100 | 0 | 1011 | 100100011 | 1000000 | 1000101 |
Color Harmonies of #D47EE3
Complementary color
Monochromatic Colors of #D47EE3
Black with #D47EE3
Text Example
Text Example
White with #D47EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47EE3; }
p { color: rgb(212,126,227); }
H1.HeaderClassName
{
color: #D47EE3;
}
.AnyTagClassName
{
color: #D47EE3;
}
</style>
background-color css
<style>
a { background-color: #D47EE3; }
a { background-color: rgb(212,126,227); }
div.DivClassName
{
background-color: #D47EE3;
}
.BgClassName
{
background-color: #D47EE3;
}
</style>
border-color css
<style>
span { border-color: #D47EE3; }
span { border-color: rgb(212,126,227); }
td.TdClassName
{
border-color: #D47EE3;
}
.TagClassName
{
border-color: #D47EE3;
}
</style>