Html Css Color HEX #D337EE Medium Orchid

📋 copy color: '#D337EE'

red 211 ◦ green 55 ◦ blue 238

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

Shades of Medium Orchid #D337EE

Tints of Medium Orchid #D337EE

RGB

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

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

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

R = 41.87%
G = 10.91%
B = 47.22%

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

#D337EE (or 0xD337EE) is known color: Medium Orchid. HEX triplet: D3, 37 and EE. RGB value is (211,55,238). Sum of RGB (Red+Green+Blue) = 211+55+238=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #D337EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337EE is #2CC811. Grayscale: #797979. Windows color (decimal): -2934802 or 15611859. OLE color: 15611859.

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

Color convert

RGB 211 55 238 -
CMYK 0.11 0.77 0 0.07
HSL 291.15º 0.84% 0.57% -
HSV(B) 291.15º 0.77% 0.93% -
XYZ 43.66 22.75 82.98 -
YUV 122.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 211 55 238 0.11 0.77 0 0.07 291.15 0.84 0.57
Hex D3 37 EE B 4D 0 7 123 54 39
Octal 323 67 356 13 115 0 7 443 124 71
Binary 11010011 110111 11101110 1011 1001101 0 111 100100011 1010100 111001

Color Harmonies of #D337EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337EE

Black with #D337EE

Text Example


Text Example

White with #D337EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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