#D47CBF

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

Shades of Orchid #D47CBF

Tints of Orchid #D47CBF

Color information

#D47CBF (or 0xD47CBF) is unknown color: approx Orchid. HEX triplet: D4, 7C and BF. RGB value is (212,124,191). Sum of RGB (Red+Green+Blue) = 212+124+191=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CBF is #2B8340. Grayscale: #9D9D9D. Windows color (decimal): -2851649 or 12549332. OLE color: 12549332.

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

Color convert

RGB212124191-
CMYK00.420.100.17
HSL314.32º50.57%65.88%-
HSV(B)314.32º41.51%83.14%-
XYZ43.7632.1753.19-
YUV157.95146.65166.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 36.24%
R=40.23%
G=23.53%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212419100.420.100.17314.3250.5765.88
HexD47CBF02AA1113a3342
Octal324174277052122147263102
Binary1101010011111001011111101010101010100011001110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47CBF; }

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

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

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

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

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

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

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

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