#D47AD7

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

Shades of Orchid #D47AD7

Tints of Orchid #D47AD7

Color information

#D47AD7 (or 0xD47AD7) is unknown color: approx Orchid. HEX triplet: D4, 7A and D7. RGB value is (212,122,215). Sum of RGB (Red+Green+Blue) = 212+122+215=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #D47AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AD7 is #2B8528. Grayscale: #9F9F9F. Windows color (decimal): -2852137 or 14121684. OLE color: 14121684.

HSL color Cylindrical-coordinate representation of color #D47AD7: hue angle of 298.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47AD7 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212122215-
CMYK0.010.4300.16
HSL298.06º53.76%66.08%-
HSV(B)298.06º43.26%84.31%-
XYZ46.3832.8268.18-
YUV159.51159.32165.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=38.62%
G=22.22%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121222150.010.4300.16298.0653.7666.08
HexD47AD712B01012a3642
Octal32417232715302045266102
Binary1101010011110101101011111010110100001001010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47AD7; }

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

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

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

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

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

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

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

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