#D47EC7

Color #D47EC7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D47EC7

Tints of Orchid #D47EC7

Color information

#D47EC7 (or 0xD47EC7) is unknown color: approx Orchid. HEX triplet: D4, 7E and C7. RGB value is (212,126,199). Sum of RGB (Red+Green+Blue) = 212+126+199=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EC7 is #2B8138. Grayscale: #9F9F9F. Windows color (decimal): -2851129 or 13074132. OLE color: 13074132.

HSL color Cylindrical-coordinate representation of color #D47EC7: hue angle of 309.07º 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 #D47EC7 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212126199-
CMYK00.410.060.17
HSL309.07º50%66.27%-
HSV(B)309.07º40.57%83.14%-
XYZ44.9233.0458.04-
YUV160.04149.99165.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=39.48%
G=23.46%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212619900.410.060.17309.075066.27
HexD47EC70296111353242
Octal32417630705162146562102
Binary110101001111110110001110101001110100011001101011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47EC7; }

 p { color: rgb(212,126,199); }

 H1.HeaderClassName
 {
   color: #D47EC7;
 }
 .AnyTagClassName
 {
   color: #D47EC7;
 }
</style>
background-color css

<style>
 a { background-color: #D47EC7; }

 a { background-color: rgb(212,126,199); }

 div.DivClassName
 {
   background-color: #D47EC7;
 }
 .BgClassName
 {
   background-color: #D47EC7;
 }
</style>
border-color css

<style>
 span { border-color: #D47EC7; }

 span { border-color: rgb(212,126,199); }

 td.TdClassName
 {
   border-color: #D47EC7;
 }
 .TagClassName
 {
   border-color: #D47EC7;
 }
</style>