#D435EC

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

Shades of Medium Orchid #D435EC

Tints of Medium Orchid #D435EC

Color information

#D435EC (or 0xD435EC) is unknown color: approx Medium Orchid. HEX triplet: D4, 35 and EC. RGB value is (212,53,236). Sum of RGB (Red+Green+Blue) = 212+53+236=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #D435EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435EC is #2BCA13. Grayscale: #787878. Windows color (decimal): -2869780 or 15480276. OLE color: 15480276.

HSL color Cylindrical-coordinate representation of color #D435EC: hue angle of 292.13º degrees, saturation: 0.83, 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 #D435EC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21253236-
CMYK0.100.7800.07
HSL292.13º82.81%56.67%-
HSV(B)292.13º77.54%92.55%-
XYZ43.5622.681.42-
YUV121.4192.68192.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 53 (21.09% from 255) = 10.58%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=42.32%
G=10.58%
B=47.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212532360.100.7800.07292.1382.8156.67
HexD435ECA4E071245339
Octal32465354121160744412371
Binary11010100110101111011001010100111001111001001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D435EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D435EC; }

 p { color: rgb(212,53,236); }

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

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

 a { background-color: rgb(212,53,236); }

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

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

 span { border-color: rgb(212,53,236); }

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