#D37BBB

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

Shades of Orchid #D37BBB

Tints of Orchid #D37BBB

Color information

#D37BBB (or 0xD37BBB) is unknown color: approx Orchid. HEX triplet: D3, 7B and BB. RGB value is (211,123,187). Sum of RGB (Red+Green+Blue) = 211+123+187=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BBB is #2C8444. Grayscale: #9C9C9C. Windows color (decimal): -2917445 or 12286931. OLE color: 12286931.

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

Color convert

RGB211123187-
CMYK00.420.110.17
HSL316.36º50%65.49%-
HSV(B)316.36º41.71%82.75%-
XYZ42.9231.650.85-
YUV156.61145.15166.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 123 (48.44% from 255) = 23.61%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=40.50%
G=23.61%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112318700.420.110.17316.365065.49
HexD37BBB02AB1113c3241
Octal323173273052132147462101
Binary1101001111110111011101101010101011100011001111001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37BBB; }

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

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

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

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

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

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

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

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