#d37ede

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

Shades of Orchid #D37EDE

Tints of Orchid #D37EDE

Color information

#D37EDE (or 0xD37EDE) is unknown color: approx Orchid. HEX triplet: D3, 7E and DE. RGB value is (211,126,222). Sum of RGB (Red+Green+Blue) = 211+126+222=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #D37EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EDE is #2C8121. Grayscale: #A2A2A2. Windows color (decimal): -2916642 or 14581459. OLE color: 14581459.

HSL color Cylindrical-coordinate representation of color #D37EDE: hue angle of 293.12º degrees, saturation: 0.59, 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 #D37EDE is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211126222-
CMYK0.050.4300.13
HSL293.12º59.26%68.24%-
HSV(B)293.12º43.24%87.06%-
XYZ47.5134.0473.17-
YUV162.36161.66162.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 126 (49.61% from 255) = 22.54%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=37.75%
G=22.54%
B=39.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111262220.050.4300.13293.1259.2668.24
HexD37EDE52B0D1253b44
Octal32317633655301544573104
Binary11010011111111011011110101101011011011001001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d37ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d37ede; }

 p { color: rgb(211,126,222); }

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

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

 a { background-color: rgb(211,126,222); }

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

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

 span { border-color: rgb(211,126,222); }

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