Html Css Color HEX #D334EF Medium Orchid

📋 copy color: '#D334EF'

red 211 ◦ green 52 ◦ blue 239

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

Shades of Medium Orchid #D334EF

Tints of Medium Orchid #D334EF

RGB

 RED value IS 211 (82.81% from 255) = 42.03%

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 42.03%
G = 10.36%
B = 47.61%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D334EF (or 0xD334EF) is known color: Medium Orchid. HEX triplet: D3, 34 and EF. RGB value is (211,52,239). Sum of RGB (Red+Green+Blue) = 211+52+239=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #D334EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334EF is #2CCB10. Grayscale: #787878. Windows color (decimal): -2935569 or 15676627. OLE color: 15676627.

HSL color Cylindrical-coordinate representation of color #D334EF: hue angle of 291.02º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D334EF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 52 239 -
CMYK 0.12 0.78 0 0.06
HSL 291.02º 0.85% 0.57% -
HSV(B) 291.02º 0.78% 0.94% -
XYZ 43.67 22.54 83.71 -
YUV 120.86 194.68 192.29 -
System Red Green Blue C M Y K H S L
Decimal 211 52 239 0.12 0.78 0 0.06 291.02 0.85 0.57
Hex D3 34 EF C 4E 0 6 123 55 39
Octal 323 64 357 14 116 0 6 443 125 71
Binary 11010011 110100 11101111 1100 1001110 0 110 100100011 1010101 111001

Color Harmonies of #D334EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334EF

Black with #D334EF

Text Example


Text Example

White with #D334EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334EF; }

 p { color: rgb(211,52,239); }

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

background-color css

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

 a { background-color: rgb(211,52,239); }

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

border-color css

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

 span { border-color: rgb(211,52,239); }

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