Html Css Color HEX #D331EC Medium Orchid

📋 copy color: '#D331EC'

red 211 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #D331EC

Tints of Medium Orchid #D331EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.88%

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

R = 42.54%
G = 9.88%
B = 47.58%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D331EC (or 0xD331EC) is known color: Medium Orchid. HEX triplet: D3, 31 and EC. RGB value is (211,49,236). Sum of RGB (Red+Green+Blue) = 211+49+236=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #D331EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331EC is #2CCE13. Grayscale: #767676. Windows color (decimal): -2936340 or 15479251. OLE color: 15479251.

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

Color convert

RGB 211 49 236 -
CMYK 0.11 0.79 0 0.07
HSL 291.98º 0.83% 0.56% -
HSV(B) 291.98º 0.79% 0.93% -
XYZ 43.1 22.1 81.35 -
YUV 118.76 194.17 193.79 -
System Red Green Blue C M Y K H S L
Decimal 211 49 236 0.11 0.79 0 0.07 291.98 0.83 0.56
Hex D3 31 EC B 4F 0 7 124 53 38
Octal 323 61 354 13 117 0 7 444 123 70
Binary 11010011 110001 11101100 1011 1001111 0 111 100100100 1010011 111000

Color Harmonies of #D331EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331EC

Black with #D331EC

Text Example


Text Example

White with #D331EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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