#D47AC8

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

Shades of Orchid #D47AC8

Tints of Orchid #D47AC8

Color information

#D47AC8 (or 0xD47AC8) is unknown color: approx Orchid. HEX triplet: D4, 7A and C8. RGB value is (212,122,200). Sum of RGB (Red+Green+Blue) = 212+122+200=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AC8 is #2B8537. Grayscale: #9D9D9D. Windows color (decimal): -2852152 or 13138644. OLE color: 13138644.

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

Color convert

RGB212122200-
CMYK00.420.060.17
HSL308º51.14%65.49%-
HSV(B)308º42.45%83.14%-
XYZ44.5432.0958.49-
YUV157.8151.82166.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 122 (48.05% from 255) = 22.85%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=39.70%
G=22.85%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212220000.420.060.1730851.1465.49
HexD47AC802A6111343341
Octal32417231005262146463101
Binary110101001111010110010000101010110100011001101001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47AC8; }

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

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

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

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

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

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

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

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