#D37AB9

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

Shades of Orchid #D37AB9

Tints of Orchid #D37AB9

Color information

#D37AB9 (or 0xD37AB9) is unknown color: approx Orchid. HEX triplet: D3, 7A and B9. RGB value is (211,122,185). Sum of RGB (Red+Green+Blue) = 211+122+185=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D37AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AB9 is #2C8546. Grayscale: #9B9B9B. Windows color (decimal): -2917703 or 12155603. OLE color: 12155603.

HSL color Cylindrical-coordinate representation of color #D37AB9: hue angle of 317.53º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37AB9 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211122185-
CMYK00.420.120.17
HSL317.53º50.28%65.29%-
HSV(B)317.53º42.18%82.75%-
XYZ42.5831.2749.69-
YUV155.79144.49167.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.73%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 185 (72.66% from 255) = 35.71%
R=40.73%
G=23.55%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112218500.420.120.17317.5350.2865.29
HexD37AB902AC1113e3241
Octal323172271052142147662101
Binary1101001111110101011100101010101100100011001111101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37AB9; }

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

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

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

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

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

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

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

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