Html Css Color HEX #D434ED Medium Orchid

📋 copy color: '#D434ED'

red 212 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #D434ED

Tints of Medium Orchid #D434ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 42.32%
G = 10.38%
B = 47.31%

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

#D434ED (or 0xD434ED) is known color: Medium Orchid. HEX triplet: D4, 34 and ED. RGB value is (212,52,237). Sum of RGB (Red+Green+Blue) = 212+52+237=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #D434ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434ED is #2BCB12. Grayscale: #787878. Windows color (decimal): -2870035 or 15545556. OLE color: 15545556.

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

Color convert

RGB 212 52 237 -
CMYK 0.11 0.78 0 0.07
HSL 291.89º 0.84% 0.57% -
HSV(B) 291.89º 0.78% 0.93% -
XYZ 43.67 22.57 82.18 -
YUV 120.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 212 52 237 0.11 0.78 0 0.07 291.89 0.84 0.57
Hex D4 34 ED B 4E 0 7 124 54 39
Octal 324 64 355 13 116 0 7 444 124 71
Binary 11010100 110100 11101101 1011 1001110 0 111 100100100 1010100 111001

Color Harmonies of #D434ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434ED

Black with #D434ED

Text Example


Text Example

White with #D434ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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