#D037E6

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

Shades of Medium Orchid #D037E6

Tints of Medium Orchid #D037E6

Color information

#D037E6 (or 0xD037E6) is unknown color: approx Medium Orchid. HEX triplet: D0, 37 and E6. RGB value is (208,55,230). Sum of RGB (Red+Green+Blue) = 208+55+230=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 55 (21.88% from 255 or 11.16% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #D037E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037E6 is #2FC819. Grayscale: #787878. Windows color (decimal): -3131418 or 15087568. OLE color: 15087568.

HSL color Cylindrical-coordinate representation of color #D037E6: hue angle of 292.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D037E6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20855230-
CMYK0.100.7600.10
HSL292.46º77.78%55.88%-
HSV(B)292.46º76.09%90.2%-
XYZ41.6621.8676.89-
YUV120.7189.69190.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 55 (21.88% from 255) = 11.16%
BLUE value IS 230 (90.23% from 255) = 46.65%
R=42.19%
G=11.16%
B=46.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208552300.100.7600.10292.4677.7855.88
HexD037E6A4C0A1244e38
Octal320673461211401244411670
Binary110100001101111110011010101001100010101001001001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D037E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D037E6; }

 p { color: rgb(208,55,230); }

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

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

 a { background-color: rgb(208,55,230); }

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

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

 span { border-color: rgb(208,55,230); }

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