#d47fbe

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

Shades of Orchid #D47FBE

Tints of Orchid #D47FBE

Color information

#D47FBE (or 0xD47FBE) is unknown color: approx Orchid. HEX triplet: D4, 7F and BE. RGB value is (212,127,190). Sum of RGB (Red+Green+Blue) = 212+127+190=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FBE is #2B8041. Grayscale: #9F9F9F. Windows color (decimal): -2850882 or 12484564. OLE color: 12484564.

HSL color Cylindrical-coordinate representation of color #D47FBE: hue angle of 315.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FBE is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212127190-
CMYK00.400.100.17
HSL315.53º49.71%66.47%-
HSV(B)315.53º40.09%83.14%-
XYZ44.0432.8952.74-
YUV159.6145.16165.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=40.08%
G=24.01%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212719000.400.100.17315.5349.7166.47
HexD47FBE028A1113c3242
Octal324177276050122147462102
Binary1101010011111111011111001010001010100011001111001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d47fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d47fbe; }

 p { color: rgb(212,127,190); }

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

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

 a { background-color: rgb(212,127,190); }

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

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

 span { border-color: rgb(212,127,190); }

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