#D435EA

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

Shades of Medium Orchid #D435EA

Tints of Medium Orchid #D435EA

Color information

#D435EA (or 0xD435EA) is unknown color: approx Medium Orchid. HEX triplet: D4, 35 and EA. RGB value is (212,53,234). Sum of RGB (Red+Green+Blue) = 212+53+234=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #D435EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435EA is #2BCA15. Grayscale: #787878. Windows color (decimal): -2869782 or 15349204. OLE color: 15349204.

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

Color convert

RGB21253234-
CMYK0.090.7700.08
HSL292.71º81.17%56.27%-
HSV(B)292.71º77.35%91.76%-
XYZ43.2822.4879.9-
YUV121.18191.68192.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 53 (21.09% from 255) = 10.62%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=42.48%
G=10.62%
B=46.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212532340.090.7700.08292.7181.1756.27
HexD435EA94D081255138
Octal324653521111501044512170
Binary110101001101011110101010011001101010001001001011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D435EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D435EA; }

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

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

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

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

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

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

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

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