Shades of Orchid #D47ECE
Tints of Orchid #D47ECE
RGB
CMYK
RGB Variations
Color information
#D47ECE (or 0xD47ECE) is known color: Orchid. HEX triplet: D4, 7E and CE. RGB value is (212,126,206). Sum of RGB (Red+Green+Blue) = 212+126+206=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ECE is #2B8131. Grayscale: #A0A0A0. Windows color (decimal): -2851122 or 13532884. OLE color: 13532884.
HSL color Cylindrical-coordinate representation of color #D47ECE: hue angle of 304.19º 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 #D47ECE is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 126 | 206 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.17 |
| HSL | 304.19º | 0.5% | 0.66% | - |
| HSV(B) | 304.19º | 0.41% | 0.83% | - |
| XYZ | 45.75 | 33.37 | 62.42 | - |
| YUV | 160.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 126 | 206 | 0 | 0.41 | 0.03 | 0.17 | 304.19 | 0.5 | 0.66 |
| Hex | D4 | 7E | CE | 0 | 29 | 3 | 11 | 130 | 32 | 42 |
| Octal | 324 | 176 | 316 | 0 | 51 | 3 | 21 | 460 | 62 | 102 |
| Binary | 11010100 | 1111110 | 11001110 | 0 | 101001 | 11 | 10001 | 100110000 | 110010 | 1000010 |
Color Harmonies of #D47ECE
Complementary color
Monochromatic Colors of #D47ECE
Black with #D47ECE
Text Example
Text Example
White with #D47ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47ECE; }
p { color: rgb(212,126,206); }
H1.HeaderClassName
{
color: #D47ECE;
}
.AnyTagClassName
{
color: #D47ECE;
}
</style>
background-color css
<style>
a { background-color: #D47ECE; }
a { background-color: rgb(212,126,206); }
div.DivClassName
{
background-color: #D47ECE;
}
.BgClassName
{
background-color: #D47ECE;
}
</style>
border-color css
<style>
span { border-color: #D47ECE; }
span { border-color: rgb(212,126,206); }
td.TdClassName
{
border-color: #D47ECE;
}
.TagClassName
{
border-color: #D47ECE;
}
</style>