Html Css Color HEX #D341EE Medium Orchid

📋 copy color: '#D341EE'

red 211 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #D341EE

Tints of Medium Orchid #D341EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.65%

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

R = 41.05%
G = 12.65%
B = 46.3%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D341EE (or 0xD341EE) is known color: Medium Orchid. HEX triplet: D3, 41 and EE. RGB value is (211,65,238). Sum of RGB (Red+Green+Blue) = 211+65+238=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #D341EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341EE is #2CBE11. Grayscale: #7F7F7F. Windows color (decimal): -2932242 or 15614419. OLE color: 15614419.

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

Color convert

RGB 211 65 238 -
CMYK 0.11 0.73 0 0.07
HSL 290.64º 0.84% 0.59% -
HSV(B) 290.64º 0.73% 0.93% -
XYZ 44.19 23.8 83.15 -
YUV 128.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 211 65 238 0.11 0.73 0 0.07 290.64 0.84 0.59
Hex D3 41 EE B 49 0 7 123 54 3B
Octal 323 101 356 13 111 0 7 443 124 73
Binary 11010011 1000001 11101110 1011 1001001 0 111 100100011 1010100 111011

Color Harmonies of #D341EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341EE

Black with #D341EE

Text Example


Text Example

White with #D341EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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