#D47DDF

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

Shades of Orchid #D47DDF

Tints of Orchid #D47DDF

Color information

#D47DDF (or 0xD47DDF) is unknown color: approx Orchid. HEX triplet: D4, 7D and DF. RGB value is (212,125,223). Sum of RGB (Red+Green+Blue) = 212+125+223=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D47DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DDF is #2B8220. Grayscale: #A1A1A1. Windows color (decimal): -2851361 or 14646740. OLE color: 14646740.

HSL color Cylindrical-coordinate representation of color #D47DDF: hue angle of 293.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47DDF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212125223-
CMYK0.050.4400.13
HSL293.27º60.49%68.24%-
HSV(B)293.27º43.95%87.45%-
XYZ47.833.9973.85-
YUV162.18162.32163.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=37.86%
G=22.32%
B=39.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121252230.050.4400.13293.2760.4968.24
HexD47DDF52C0D1253c44
Octal32417533755401544574104
Binary11010100111110111011111101101100011011001001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DDF; }

 p { color: rgb(212,125,223); }

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

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

 a { background-color: rgb(212,125,223); }

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

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

 span { border-color: rgb(212,125,223); }

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