#D37BBA

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

Shades of Orchid #D37BBA

Tints of Orchid #D37BBA

Color information

#D37BBA (or 0xD37BBA) is unknown color: approx Orchid. HEX triplet: D3, 7B and BA. RGB value is (211,123,186). Sum of RGB (Red+Green+Blue) = 211+123+186=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BBA is #2C8445. Grayscale: #9C9C9C. Windows color (decimal): -2917446 or 12221395. OLE color: 12221395.

HSL color Cylindrical-coordinate representation of color #D37BBA: hue angle of 317.05º 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 #D37BBA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211123186-
CMYK00.420.120.17
HSL317.05º50%65.49%-
HSV(B)317.05º41.71%82.75%-
XYZ42.8131.5650.29-
YUV156.49144.65166.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=40.58%
G=23.65%
B=35.77%

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
Decimal21112318600.420.120.17317.055065.49
HexD37BBA02AC1113d3241
Octal323173272052142147562101
Binary1101001111110111011101001010101100100011001111011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37BBA; }

 p { color: rgb(211,123,186); }

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

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

 a { background-color: rgb(211,123,186); }

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

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

 span { border-color: rgb(211,123,186); }

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