#D47FBD

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

Shades of Orchid #D47FBD

Tints of Orchid #D47FBD

Color information

#D47FBD (or 0xD47FBD) is unknown color: approx Orchid. HEX triplet: D4, 7F and BD. RGB value is (212,127,189). Sum of RGB (Red+Green+Blue) = 212+127+189=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FBD is #2B8042. Grayscale: #9F9F9F. Windows color (decimal): -2850883 or 12419028. OLE color: 12419028.

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

Color convert

RGB212127189-
CMYK00.400.110.17
HSL316.24º49.71%66.47%-
HSV(B)316.24º40.09%83.14%-
XYZ43.9332.8552.17-
YUV159.48144.66165.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=40.15%
G=24.05%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212718900.400.110.17316.2449.7166.47
HexD47FBD028B1113c3242
Octal324177275050132147462102
Binary1101010011111111011110101010001011100011001111001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FBD; }

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

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

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

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

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

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

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

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