Html Css Color HEX #D341E9 Medium Orchid

📋 copy color: '#D341E9'

red 211 ◦ green 65 ◦ blue 233

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

Shades of Medium Orchid #D341E9

Tints of Medium Orchid #D341E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.78%

R = 41.45%
G = 12.77%
B = 45.78%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D341E9 (or 0xD341E9) is known color: Medium Orchid. HEX triplet: D3, 41 and E9. RGB value is (211,65,233). Sum of RGB (Red+Green+Blue) = 211+65+233=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #D341E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341E9 is #2CBE16. Grayscale: #7F7F7F. Windows color (decimal): -2932247 or 15286739. OLE color: 15286739.

HSL color Cylindrical-coordinate representation of color #D341E9: hue angle of 292.14º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D341E9 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 65 233 -
CMYK 0.09 0.72 0 0.09
HSL 292.14º 0.79% 0.58% -
HSV(B) 292.14º 0.72% 0.91% -
XYZ 43.46 23.51 79.34 -
YUV 127.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 211 65 233 0.09 0.72 0 0.09 292.14 0.79 0.58
Hex D3 41 E9 9 48 0 9 124 4F 3A
Octal 323 101 351 11 110 0 11 444 117 72
Binary 11010011 1000001 11101001 1001 1001000 0 1001 100100100 1001111 111010

Color Harmonies of #D341E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341E9

Black with #D341E9

Text Example


Text Example

White with #D341E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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