#D034EE

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

Shades of Medium Orchid #D034EE

Tints of Medium Orchid #D034EE

Color information

#D034EE (or 0xD034EE) is unknown color: approx Medium Orchid. HEX triplet: D0, 34 and EE. RGB value is (208,52,238). Sum of RGB (Red+Green+Blue) = 208+52+238=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #D034EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034EE is #2FCB11. Grayscale: #777777. Windows color (decimal): -3132178 or 15611088. OLE color: 15611088.

HSL color Cylindrical-coordinate representation of color #D034EE: hue angle of 290.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D034EE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20852238-
CMYK0.130.7800.07
HSL290.32º84.55%56.86%-
HSV(B)290.32º78.15%93.33%-
XYZ42.6722.0482.89-
YUV119.85194.68190.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 52 (20.70% from 255) = 10.44%
BLUE value IS 238 (93.36% from 255) = 47.79%
R=41.77%
G=10.44%
B=47.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208522380.130.7800.07290.3284.5556.86
HexD034EED4E071225539
Octal32064356151160744212571
Binary11010000110100111011101101100111001111001000101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D034EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D034EE; }

 p { color: rgb(208,52,238); }

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

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

 a { background-color: rgb(208,52,238); }

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

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

 span { border-color: rgb(208,52,238); }

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