Html Css Color HEX #D337EC Medium Orchid

📋 copy color: '#D337EC'

red 211 ◦ green 55 ◦ blue 236

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

Shades of Medium Orchid #D337EC

Tints of Medium Orchid #D337EC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.96%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 42.03%
G = 10.96%
B = 47.01%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D337EC (or 0xD337EC) is known color: Medium Orchid. HEX triplet: D3, 37 and EC. RGB value is (211,55,236). Sum of RGB (Red+Green+Blue) = 211+55+236=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #D337EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337EC is #2CC813. Grayscale: #797979. Windows color (decimal): -2934804 or 15480787. OLE color: 15480787.

HSL color Cylindrical-coordinate representation of color #D337EC: hue angle of 291.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D337EC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 55 236 -
CMYK 0.11 0.77 0 0.07
HSL 291.71º 0.83% 0.57% -
HSV(B) 291.71º 0.77% 0.93% -
XYZ 43.37 22.64 81.44 -
YUV 122.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 211 55 236 0.11 0.77 0 0.07 291.71 0.83 0.57
Hex D3 37 EC B 4D 0 7 124 53 39
Octal 323 67 354 13 115 0 7 444 123 71
Binary 11010011 110111 11101100 1011 1001101 0 111 100100100 1010011 111001

Color Harmonies of #D337EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337EC

Black with #D337EC

Text Example


Text Example

White with #D337EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337EC; }

 p { color: rgb(211,55,236); }

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

background-color css

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

 a { background-color: rgb(211,55,236); }

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

border-color css

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

 span { border-color: rgb(211,55,236); }

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