#D47DBF

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

Shades of Orchid #D47DBF

Tints of Orchid #D47DBF

Color information

#D47DBF (or 0xD47DBF) is unknown color: approx Orchid. HEX triplet: D4, 7D and BF. RGB value is (212,125,191). Sum of RGB (Red+Green+Blue) = 212+125+191=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DBF is #2B8240. Grayscale: #9E9E9E. Windows color (decimal): -2851393 or 12549588. OLE color: 12549588.

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

Color convert

RGB212125191-
CMYK00.410.100.17
HSL314.48º50.29%66.08%-
HSV(B)314.48º41.04%83.14%-
XYZ43.8932.4353.24-
YUV158.54146.32166.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 191 (75% from 255) = 36.17%
R=40.15%
G=23.67%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212519100.410.100.17314.4850.2966.08
HexD47DBF029A1113a3242
Octal324175277051122147262102
Binary1101010011111011011111101010011010100011001110101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DBF; }

 p { color: rgb(212,125,191); }

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

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

 a { background-color: rgb(212,125,191); }

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

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

 span { border-color: rgb(212,125,191); }

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