#D431EA

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

Shades of Medium Orchid #D431EA

Tints of Medium Orchid #D431EA

Color information

#D431EA (or 0xD431EA) is unknown color: approx Medium Orchid. HEX triplet: D4, 31 and EA. RGB value is (212,49,234). Sum of RGB (Red+Green+Blue) = 212+49+234=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #D431EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431EA is #2BCE15. Grayscale: #767676. Windows color (decimal): -2870806 or 15348180. OLE color: 15348180.

HSL color Cylindrical-coordinate representation of color #D431EA: hue angle of 292.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D431EA is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21249234-
CMYK0.090.7900.08
HSL292.86º81.5%55.49%-
HSV(B)292.86º79.06%91.76%-
XYZ43.122.1379.84-
YUV118.83193194.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 49 (19.53% from 255) = 9.90%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=42.83%
G=9.90%
B=47.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212492340.090.7900.08292.8681.555.49
HexD431EA94F081255137
Octal324613521111701044512167
Binary110101001100011110101010011001111010001001001011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D431EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D431EA; }

 p { color: rgb(212,49,234); }

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

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

 a { background-color: rgb(212,49,234); }

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

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

 span { border-color: rgb(212,49,234); }

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