Html Css Color HEX #D139EC Medium Orchid

📋 copy color: '#D139EC'

red 209 ◦ green 57 ◦ blue 236

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

Shades of Medium Orchid #D139EC

Tints of Medium Orchid #D139EC

RGB

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

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

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

R = 41.63%
G = 11.35%
B = 47.01%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D139EC (or 0xD139EC) is known color: Medium Orchid. HEX triplet: D1, 39 and EC. RGB value is (209,57,236). Sum of RGB (Red+Green+Blue) = 209+57+236=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #D139EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139EC is #2EC613. Grayscale: #7A7A7A. Windows color (decimal): -3065364 or 15481297. OLE color: 15481297.

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

Color convert

RGB 209 57 236 -
CMYK 0.11 0.76 0 0.07
HSL 290.95º 0.82% 0.57% -
HSV(B) 290.95º 0.76% 0.93% -
XYZ 42.9 22.54 81.45 -
YUV 122.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 209 57 236 0.11 0.76 0 0.07 290.95 0.82 0.57
Hex D1 39 EC B 4C 0 7 123 52 39
Octal 321 71 354 13 114 0 7 443 122 71
Binary 11010001 111001 11101100 1011 1001100 0 111 100100011 1010010 111001

Color Harmonies of #D139EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139EC

Black with #D139EC

Text Example


Text Example

White with #D139EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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