#D37DD2

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

Shades of Orchid #D37DD2

Tints of Orchid #D37DD2

Color information

#D37DD2 (or 0xD37DD2) is unknown color: approx Orchid. HEX triplet: D3, 7D and D2. RGB value is (211,125,210). Sum of RGB (Red+Green+Blue) = 211+125+210=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D37DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DD2 is #2C822D. Grayscale: #A0A0A0. Windows color (decimal): -2916910 or 13794771. OLE color: 13794771.

HSL color Cylindrical-coordinate representation of color #D37DD2: hue angle of 300.7º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37DD2 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB211125210-
CMYK00.410.000.17
HSL300.7º49.43%65.88%-
HSV(B)300.7º40.76%82.75%-
XYZ45.8333.1764.96-
YUV160.4155.99164.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=38.64%
G=22.89%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112521000.410.000.17300.749.4365.88
HexD37DD202901112d3142
Octal32317532205102145561102
Binary1101001111111011101001001010010100011001011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DD2; }

 p { color: rgb(211,125,210); }

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

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

 a { background-color: rgb(211,125,210); }

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

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

 span { border-color: rgb(211,125,210); }

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