#D42EE3

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

Shades of Medium Orchid #D42EE3

Tints of Medium Orchid #D42EE3

Color information

#D42EE3 (or 0xD42EE3) is unknown color: approx Medium Orchid. HEX triplet: D4, 2E and E3. RGB value is (212,46,227). Sum of RGB (Red+Green+Blue) = 212+46+227=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #D42EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42EE3 is #2BD11C. Grayscale: #737373. Windows color (decimal): -2871581 or 14888660. OLE color: 14888660.

HSL color Cylindrical-coordinate representation of color #D42EE3: hue angle of 295.03º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42EE3 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21246227-
CMYK0.070.8000.11
HSL295.03º76.37%53.53%-
HSV(B)295.03º79.74%89.02%-
XYZ41.9921.574.61-
YUV116.27190.5196.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 46 (18.36% from 255) = 9.48%
BLUE value IS 227 (89.06% from 255) = 46.80%
R=43.71%
G=9.48%
B=46.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212462270.070.8000.11295.0376.3753.53
HexD42EE37500B1274c36
Octal32456343712001344711466
Binary11010100101110111000111111010000010111001001111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42EE3; }

 p { color: rgb(212,46,227); }

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

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

 a { background-color: rgb(212,46,227); }

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

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

 span { border-color: rgb(212,46,227); }

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