#D47FDD

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

Shades of Orchid #D47FDD

Tints of Orchid #D47FDD

Color information

#D47FDD (or 0xD47FDD) is unknown color: approx Orchid. HEX triplet: D4, 7F and DD. RGB value is (212,127,221). Sum of RGB (Red+Green+Blue) = 212+127+221=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D47FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FDD is #2B8022. Grayscale: #A2A2A2. Windows color (decimal): -2850851 or 14516180. OLE color: 14516180.

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

Color convert

RGB212127221-
CMYK0.040.4300.13
HSL294.26º58.02%68.24%-
HSV(B)294.26º42.53%86.67%-
XYZ47.7934.472.53-
YUV163.13160.66162.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=37.86%
G=22.68%
B=39.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121272210.040.4300.13294.2658.0268.24
HexD47FDD42B0D1263a44
Octal32417733545301544672104
Binary11010100111111111011101100101011011011001001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FDD; }

 p { color: rgb(212,127,221); }

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

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

 a { background-color: rgb(212,127,221); }

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

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

 span { border-color: rgb(212,127,221); }

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