#D040E5

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

Shades of Medium Orchid #D040E5

Tints of Medium Orchid #D040E5

Color information

#D040E5 (or 0xD040E5) is unknown color: approx Medium Orchid. HEX triplet: D0, 40 and E5. RGB value is (208,64,229). Sum of RGB (Red+Green+Blue) = 208+64+229=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #D040E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040E5 is #2FBF1A. Grayscale: #7D7D7D. Windows color (decimal): -3129115 or 15024336. OLE color: 15024336.

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

Color convert

RGB20864229-
CMYK0.090.7200.10
HSL292.36º76.04%57.45%-
HSV(B)292.36º72.05%89.8%-
XYZ41.9922.7376.3-
YUV125.87186.21186.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 64 (25.39% from 255) = 12.77%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=41.52%
G=12.77%
B=45.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208642290.090.7200.10292.3676.0457.45
HexD040E59480A1244c39
Octal3201003451111001244411471
Binary1101000010000001110010110011001000010101001001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D040E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D040E5; }

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

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

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

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

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

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

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

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