#D47DBB

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

Shades of Orchid #D47DBB

Tints of Orchid #D47DBB

Color information

#D47DBB (or 0xD47DBB) is unknown color: approx Orchid. HEX triplet: D4, 7D and BB. RGB value is (212,125,187). Sum of RGB (Red+Green+Blue) = 212+125+187=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DBB is #2B8244. Grayscale: #9D9D9D. Windows color (decimal): -2851397 or 12287444. OLE color: 12287444.

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

Color convert

RGB212125187-
CMYK00.410.120.17
HSL317.24º50.29%66.08%-
HSV(B)317.24º41.04%83.14%-
XYZ43.4532.2550.95-
YUV158.08144.32166.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=40.46%
G=23.85%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212518700.410.120.17317.2450.2966.08
HexD47DBB029C1113d3242
Octal324175273051142147562102
Binary1101010011111011011101101010011100100011001111011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DBB; }

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

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

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

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

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

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

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

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