#D47ACB

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

Shades of Orchid #D47ACB

Tints of Orchid #D47ACB

Color information

#D47ACB (or 0xD47ACB) is unknown color: approx Orchid. HEX triplet: D4, 7A and CB. RGB value is (212,122,203). Sum of RGB (Red+Green+Blue) = 212+122+203=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ACB is #2B8534. Grayscale: #9D9D9D. Windows color (decimal): -2852149 or 13335252. OLE color: 13335252.

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

Color convert

RGB212122203-
CMYK00.420.040.17
HSL306º51.14%65.49%-
HSV(B)306º42.45%83.14%-
XYZ44.8932.2360.35-
YUV158.14153.32166.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 122 (48.05% from 255) = 22.72%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=39.48%
G=22.72%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212220300.420.040.1730651.1465.49
HexD47ACB02A4111323341
Octal32417231305242146263101
Binary110101001111010110010110101010100100011001100101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47ACB; }

 p { color: rgb(212,122,203); }

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

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

 a { background-color: rgb(212,122,203); }

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

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

 span { border-color: rgb(212,122,203); }

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