#D37DDD

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

Shades of Orchid #D37DDD

Tints of Orchid #D37DDD

Color information

#D37DDD (or 0xD37DDD) is unknown color: approx Orchid. HEX triplet: D3, 7D and DD. RGB value is (211,125,221). Sum of RGB (Red+Green+Blue) = 211+125+221=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D37DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DDD is #2C8222. Grayscale: #A1A1A1. Windows color (decimal): -2916899 or 14515667. OLE color: 14515667.

HSL color Cylindrical-coordinate representation of color #D37DDD: hue angle of 293.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37DDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211125221-
CMYK0.050.4300.13
HSL293.75º58.54%67.84%-
HSV(B)293.75º43.44%86.67%-
XYZ47.2533.7472.43-
YUV161.66161.49163.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.88%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=37.88%
G=22.44%
B=39.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111252210.050.4300.13293.7558.5467.84
HexD37DDD52B0D1263b44
Octal32317533555301544673104
Binary11010011111110111011101101101011011011001001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DDD; }

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

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

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

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

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

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

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

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