Html Css Color HEX #D331EF Medium Orchid

📋 copy color: '#D331EF'

red 211 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #D331EF

Tints of Medium Orchid #D331EF

RGB

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

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

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

R = 42.28%
G = 9.82%
B = 47.9%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D331EF (or 0xD331EF) is known color: Medium Orchid. HEX triplet: D3, 31 and EF. RGB value is (211,49,239). Sum of RGB (Red+Green+Blue) = 211+49+239=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #D331EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331EF is #2CCE10. Grayscale: #767676. Windows color (decimal): -2936337 or 15675859. OLE color: 15675859.

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

Color convert

RGB 211 49 239 -
CMYK 0.12 0.79 0 0.06
HSL 291.16º 0.86% 0.56% -
HSV(B) 291.16º 0.79% 0.94% -
XYZ 43.54 22.28 83.67 -
YUV 119.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 211 49 239 0.12 0.79 0 0.06 291.16 0.86 0.56
Hex D3 31 EF C 4F 0 6 123 56 38
Octal 323 61 357 14 117 0 6 443 126 70
Binary 11010011 110001 11101111 1100 1001111 0 110 100100011 1010110 111000

Color Harmonies of #D331EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331EF

Black with #D331EF

Text Example


Text Example

White with #D331EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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