#D47AC0

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

Shades of Orchid #D47AC0

Tints of Orchid #D47AC0

Color information

#D47AC0 (or 0xD47AC0) is unknown color: approx Orchid. HEX triplet: D4, 7A and C0. RGB value is (212,122,192). Sum of RGB (Red+Green+Blue) = 212+122+192=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AC0 is #2B853F. Grayscale: #9C9C9C. Windows color (decimal): -2852160 or 12614356. OLE color: 12614356.

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

Color convert

RGB212122192-
CMYK00.420.090.17
HSL313.33º51.14%65.49%-
HSV(B)313.33º42.45%83.14%-
XYZ43.6331.7253.69-
YUV156.89147.82167.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=40.30%
G=23.19%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212219200.420.090.17313.3351.1465.49
HexD47AC002A9111393341
Octal324172300052112147163101
Binary1101010011110101100000001010101001100011001110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47AC0; }

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

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

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

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

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

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

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

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