#D47CD8

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

Shades of Orchid #D47CD8

Tints of Orchid #D47CD8

Color information

#D47CD8 (or 0xD47CD8) is unknown color: approx Orchid. HEX triplet: D4, 7C and D8. RGB value is (212,124,216). Sum of RGB (Red+Green+Blue) = 212+124+216=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #D47CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CD8 is #2B8327. Grayscale: #A0A0A0. Windows color (decimal): -2851624 or 14187732. OLE color: 14187732.

HSL color Cylindrical-coordinate representation of color #D47CD8: hue angle of 297.39º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47CD8 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212124216-
CMYK0.020.4300.15
HSL297.39º54.12%66.67%-
HSV(B)297.39º42.59%84.71%-
XYZ46.7533.3768.94-
YUV160.8159.15164.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 216 (84.77% from 255) = 39.13%
R=38.41%
G=22.46%
B=39.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121242160.020.4300.15297.3954.1266.67
HexD47CD822B0F1293643
Octal32417433025301745166103
Binary1101010011111001101100010101011011111001010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47CD8; }

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

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

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

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

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

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

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

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