Html Css Color HEX #D341EF Medium Orchid

📋 copy color: '#D341EF'

red 211 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #D341EF

Tints of Medium Orchid #D341EF

RGB

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

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

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

R = 40.97%
G = 12.62%
B = 46.41%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D341EF (or 0xD341EF) is known color: Medium Orchid. HEX triplet: D3, 41 and EF. RGB value is (211,65,239). Sum of RGB (Red+Green+Blue) = 211+65+239=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D341EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341EF is #2CBE10. Grayscale: #7F7F7F. Windows color (decimal): -2932241 or 15679955. OLE color: 15679955.

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

Color convert

RGB 211 65 239 -
CMYK 0.12 0.73 0 0.06
HSL 290.34º 0.84% 0.6% -
HSV(B) 290.34º 0.73% 0.94% -
XYZ 44.33 23.86 83.93 -
YUV 128.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 211 65 239 0.12 0.73 0 0.06 290.34 0.84 0.6
Hex D3 41 EF C 49 0 6 122 54 3C
Octal 323 101 357 14 111 0 6 442 124 74
Binary 11010011 1000001 11101111 1100 1001001 0 110 100100010 1010100 111100

Color Harmonies of #D341EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341EF

Black with #D341EF

Text Example


Text Example

White with #D341EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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