#D37ADE

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

Shades of Orchid #D37ADE

Tints of Orchid #D37ADE

Color information

#D37ADE (or 0xD37ADE) is unknown color: approx Orchid. HEX triplet: D3, 7A and DE. RGB value is (211,122,222). Sum of RGB (Red+Green+Blue) = 211+122+222=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #D37ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ADE is #2C8521. Grayscale: #9F9F9F. Windows color (decimal): -2917666 or 14580435. OLE color: 14580435.

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

Color convert

RGB211122222-
CMYK0.050.4500.13
HSL293.4º60.24%67.45%-
HSV(B)293.4º45.05%87.06%-
XYZ47.0133.0473.01-
YUV160.01162.99164.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 222 (87.11% from 255) = 40%
R=38.02%
G=21.98%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111222220.050.4500.13293.460.2467.45
HexD37ADE52D0D1253c43
Octal32317233655501544574103
Binary11010011111101011011110101101101011011001001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37ADE; }

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

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

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

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

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

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

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

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