Html Css Color HEX #D139EA Medium Orchid

📋 copy color: '#D139EA'

red 209 ◦ green 57 ◦ blue 234

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

Shades of Medium Orchid #D139EA

Tints of Medium Orchid #D139EA

RGB

 RED value IS 209 (82.03% from 255) = 41.8%

 GREEN value IS 57 (22.66% from 255) = 11.4%

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 41.8%
G = 11.4%
B = 46.8%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D139EA (or 0xD139EA) is known color: Medium Orchid. HEX triplet: D1, 39 and EA. RGB value is (209,57,234). Sum of RGB (Red+Green+Blue) = 209+57+234=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #D139EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139EA is #2EC615. Grayscale: #7A7A7A. Windows color (decimal): -3065366 or 15350225. OLE color: 15350225.

HSL color Cylindrical-coordinate representation of color #D139EA: hue angle of 291.53º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D139EA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 57 234 -
CMYK 0.11 0.76 0 0.08
HSL 291.53º 0.81% 0.57% -
HSV(B) 291.53º 0.76% 0.92% -
XYZ 42.61 22.42 79.92 -
YUV 122.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 209 57 234 0.11 0.76 0 0.08 291.53 0.81 0.57
Hex D1 39 EA B 4C 0 8 124 51 39
Octal 321 71 352 13 114 0 10 444 121 71
Binary 11010001 111001 11101010 1011 1001100 0 1000 100100100 1010001 111001

Color Harmonies of #D139EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139EA

Black with #D139EA

Text Example


Text Example

White with #D139EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139EA; }

 p { color: rgb(209,57,234); }

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

background-color css

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

 a { background-color: rgb(209,57,234); }

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

border-color css

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

 span { border-color: rgb(209,57,234); }

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