#D37DDA

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

Shades of Orchid #D37DDA

Tints of Orchid #D37DDA

Color information

#D37DDA (or 0xD37DDA) is unknown color: approx Orchid. HEX triplet: D3, 7D and DA. RGB value is (211,125,218). Sum of RGB (Red+Green+Blue) = 211+125+218=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #D37DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DDA is #2C8225. Grayscale: #A1A1A1. Windows color (decimal): -2916902 or 14319059. OLE color: 14319059.

HSL color Cylindrical-coordinate representation of color #D37DDA: hue angle of 295.48º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D37DDA is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211125218-
CMYK0.030.4300.15
HSL295.48º55.69%67.25%-
HSV(B)295.48º42.66%85.49%-
XYZ46.8533.5870.34-
YUV161.32159.99163.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=38.09%
G=22.56%
B=39.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111252180.030.4300.15295.4855.6967.25
HexD37DDA32B0F1273843
Octal32317533235301744770103
Binary1101001111111011101101011101011011111001001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DDA; }

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

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

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

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

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

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

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

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