#D37AC6

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

Shades of Orchid #D37AC6

Tints of Orchid #D37AC6

Color information

#D37AC6 (or 0xD37AC6) is unknown color: approx Orchid. HEX triplet: D3, 7A and C6. RGB value is (211,122,198). Sum of RGB (Red+Green+Blue) = 211+122+198=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D37AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AC6 is #2C8539. Grayscale: #9D9D9D. Windows color (decimal): -2917690 or 13007571. OLE color: 13007571.

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

Color convert

RGB211122198-
CMYK00.420.060.17
HSL308.76º50.28%65.29%-
HSV(B)308.76º42.18%82.75%-
XYZ44.0231.8557.25-
YUV157.27150.99166.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 122 (48.05% from 255) = 22.98%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=39.74%
G=22.98%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112219800.420.060.17308.7650.2865.29
HexD37AC602A6111353241
Octal32317230605262146562101
Binary110100111111010110001100101010110100011001101011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37AC6; }

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

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

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

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

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

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

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

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