#D47EDB

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

Shades of Orchid #D47EDB

Tints of Orchid #D47EDB

Color information

#D47EDB (or 0xD47EDB) is unknown color: approx Orchid. HEX triplet: D4, 7E and DB. RGB value is (212,126,219). Sum of RGB (Red+Green+Blue) = 212+126+219=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D47EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EDB is #2B8124. Grayscale: #A2A2A2. Windows color (decimal): -2851109 or 14384852. OLE color: 14384852.

HSL color Cylindrical-coordinate representation of color #D47EDB: hue angle of 295.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47EDB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212126219-
CMYK0.030.4200.14
HSL295.48º56.36%67.65%-
HSV(B)295.48º42.47%85.88%-
XYZ47.434.0371.09-
YUV162.32159.99163.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 126 (49.61% from 255) = 22.62%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=38.06%
G=22.62%
B=39.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121262190.030.4200.14295.4856.3667.65
HexD47EDB32A0E1273844
Octal32417633335201644770104
Binary1101010011111101101101111101010011101001001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47EDB; }

 p { color: rgb(212,126,219); }

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

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

 a { background-color: rgb(212,126,219); }

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

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

 span { border-color: rgb(212,126,219); }

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