#D37DE0

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

Shades of Orchid #D37DE0

Tints of Orchid #D37DE0

Color information

#D37DE0 (or 0xD37DE0) is unknown color: approx Orchid. HEX triplet: D3, 7D and E0. RGB value is (211,125,224). Sum of RGB (Red+Green+Blue) = 211+125+224=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #D37DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DE0 is #2C821F. Grayscale: #A1A1A1. Windows color (decimal): -2916896 or 14712275. OLE color: 14712275.

HSL color Cylindrical-coordinate representation of color #D37DE0: hue angle of 292.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37DE0 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211125224-
CMYK0.060.4400.12
HSL292.12º61.49%68.43%-
HSV(B)292.12º44.2%87.84%-
XYZ47.6533.974.55-
YUV162162.99162.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 224 (87.89% from 255) = 40%
R=37.68%
G=22.32%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111252240.060.4400.12292.1261.4968.43
HexD37DE062C0C1243d44
Octal32317534065401444475104
Binary11010011111110111100000110101100011001001001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DE0; }

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

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

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

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

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

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

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

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