#D37BC5

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

Shades of Orchid #D37BC5

Tints of Orchid #D37BC5

Color information

#D37BC5 (or 0xD37BC5) is unknown color: approx Orchid. HEX triplet: D3, 7B and C5. RGB value is (211,123,197). Sum of RGB (Red+Green+Blue) = 211+123+197=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BC5 is #2C843A. Grayscale: #9D9D9D. Windows color (decimal): -2917435 or 12942291. OLE color: 12942291.

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

Color convert

RGB211123197-
CMYK00.420.070.17
HSL309.55º50%65.49%-
HSV(B)309.55º41.71%82.75%-
XYZ44.0232.0556.69-
YUV157.75150.15165.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=39.74%
G=23.16%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112319700.420.070.17309.555065.49
HexD37BC502A7111363241
Octal32317330505272146662101
Binary110100111111011110001010101010111100011001101101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37BC5; }

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

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

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

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

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

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

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

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