#D47DBD

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

Shades of Orchid #D47DBD

Tints of Orchid #D47DBD

Color information

#D47DBD (or 0xD47DBD) is unknown color: approx Orchid. HEX triplet: D4, 7D and BD. RGB value is (212,125,189). Sum of RGB (Red+Green+Blue) = 212+125+189=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DBD is #2B8242. Grayscale: #9E9E9E. Windows color (decimal): -2851395 or 12418516. OLE color: 12418516.

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

Color convert

RGB212125189-
CMYK00.410.110.17
HSL315.86º50.29%66.08%-
HSV(B)315.86º41.04%83.14%-
XYZ43.6732.3452.08-
YUV158.31145.32166.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=40.30%
G=23.76%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212518900.410.110.17315.8650.2966.08
HexD47DBD029B1113c3242
Octal324175275051132147462102
Binary1101010011111011011110101010011011100011001111001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DBD; }

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

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

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

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

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

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

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

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