#D04DE4

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

Shades of Medium Orchid #D04DE4

Tints of Medium Orchid #D04DE4

Color information

#D04DE4 (or 0xD04DE4) is unknown color: approx Medium Orchid. HEX triplet: D0, 4D and E4. RGB value is (208,77,228). Sum of RGB (Red+Green+Blue) = 208+77+228=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #D04DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DE4 is #2FB21B. Grayscale: #848484. Windows color (decimal): -3125788 or 14962128. OLE color: 14962128.

HSL color Cylindrical-coordinate representation of color #D04DE4: hue angle of 292.05º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04DE4 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20877228-
CMYK0.090.6600.11
HSL292.05º73.66%59.8%-
HSV(B)292.05º66.23%89.41%-
XYZ42.6724.3275.84-
YUV133.38181.4181.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 77 (30.47% from 255) = 15.01%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=40.55%
G=15.01%
B=44.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal208772280.090.6600.11292.0573.6659.8
HexD04DE49420B1244a3c
Octal3201153441110201344411274
Binary1101000010011011110010010011000010010111001001001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04DE4; }

 p { color: rgb(208,77,228); }

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

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

 a { background-color: rgb(208,77,228); }

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

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

 span { border-color: rgb(208,77,228); }

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