#D040EF

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

Shades of Medium Orchid #D040EF

Tints of Medium Orchid #D040EF

Color information

#D040EF (or 0xD040EF) is unknown color: approx Medium Orchid. HEX triplet: D0, 40 and EF. RGB value is (208,64,239). Sum of RGB (Red+Green+Blue) = 208+64+239=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #D040EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040EF is #2FBF10. Grayscale: #7E7E7E. Windows color (decimal): -3129105 or 15679696. OLE color: 15679696.

HSL color Cylindrical-coordinate representation of color #D040EF: hue angle of 289.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D040EF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20864239-
CMYK0.130.7300.06
HSL289.37º84.54%59.41%-
HSV(B)289.37º73.22%93.73%-
XYZ43.4323.3183.87-
YUV127.01191.21185.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 64 (25.39% from 255) = 12.52%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=40.70%
G=12.52%
B=46.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal208642390.130.7300.06289.3784.5459.41
HexD040EFD4906121553b
Octal320100357151110644112573
Binary110100001000000111011111101100100101101001000011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D040EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D040EF; }

 p { color: rgb(208,64,239); }

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

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

 a { background-color: rgb(208,64,239); }

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

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

 span { border-color: rgb(208,64,239); }

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