Html Css Color HEX #D434EE Medium Orchid

📋 copy color: '#D434EE'

red 212 ◦ green 52 ◦ blue 238

#D434EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D434EE

Tints of Medium Orchid #D434EE

RGB

 RED value IS 212 (83.2% from 255) = 42.23%

 GREEN value IS 52 (20.7% from 255) = 10.36%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 42.23%
G = 10.36%
B = 47.41%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D434EE (or 0xD434EE) is known color: Medium Orchid. HEX triplet: D4, 34 and EE. RGB value is (212,52,238). Sum of RGB (Red+Green+Blue) = 212+52+238=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #D434EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434EE is #2BCB11. Grayscale: #787878. Windows color (decimal): -2870034 or 15611092. OLE color: 15611092.

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

Color convert

RGB 212 52 238 -
CMYK 0.11 0.78 0 0.07
HSL 291.61º 0.85% 0.57% -
HSV(B) 291.61º 0.78% 0.93% -
XYZ 43.81 22.63 82.95 -
YUV 121.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 212 52 238 0.11 0.78 0 0.07 291.61 0.85 0.57
Hex D4 34 EE B 4E 0 7 124 55 39
Octal 324 64 356 13 116 0 7 444 125 71
Binary 11010100 110100 11101110 1011 1001110 0 111 100100100 1010101 111001

Color Harmonies of #D434EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434EE

Black with #D434EE

Text Example


Text Example

White with #D434EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434EE; }

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

 H1.HeaderClassName
 {
   color: #D434EE;
 }
 .AnyTagClassName
 {
   color: #D434EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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