#D039EA

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

Shades of Medium Orchid #D039EA

Tints of Medium Orchid #D039EA

Color information

#D039EA (or 0xD039EA) is unknown color: approx Medium Orchid. HEX triplet: D0, 39 and EA. RGB value is (208,57,234). Sum of RGB (Red+Green+Blue) = 208+57+234=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #D039EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D039EA is #2FC615. Grayscale: #797979. Windows color (decimal): -3130902 or 15350224. OLE color: 15350224.

HSL color Cylindrical-coordinate representation of color #D039EA: hue angle of 291.19º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D039EA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20857234-
CMYK0.110.7600.08
HSL291.19º80.82%57.06%-
HSV(B)291.19º75.64%91.76%-
XYZ42.3322.2879.91-
YUV122.33191.03189.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 57 (22.66% from 255) = 11.42%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=41.68%
G=11.42%
B=46.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208572340.110.7600.08291.1980.8257.06
HexD039EAB4C081235139
Octal320713521311401044312171
Binary110100001110011110101010111001100010001001000111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D039EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D039EA; }

 p { color: rgb(208,57,234); }

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

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

 a { background-color: rgb(208,57,234); }

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

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

 span { border-color: rgb(208,57,234); }

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