Html Css Color HEX #D136EC Medium Orchid

📋 copy color: '#D136EC'

red 209 ◦ green 54 ◦ blue 236

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

Shades of Medium Orchid #D136EC

Tints of Medium Orchid #D136EC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.82%

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

R = 41.88%
G = 10.82%
B = 47.29%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D136EC (or 0xD136EC) is known color: Medium Orchid. HEX triplet: D1, 36 and EC. RGB value is (209,54,236). Sum of RGB (Red+Green+Blue) = 209+54+236=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #D136EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136EC is #2EC913. Grayscale: #787878. Windows color (decimal): -3066132 or 15480529. OLE color: 15480529.

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

Color convert

RGB 209 54 236 -
CMYK 0.11 0.77 0 0.07
HSL 291.1º 0.83% 0.57% -
HSV(B) 291.1º 0.77% 0.93% -
XYZ 42.75 22.25 81.4 -
YUV 121.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 209 54 236 0.11 0.77 0 0.07 291.1 0.83 0.57
Hex D1 36 EC B 4D 0 7 123 53 39
Octal 321 66 354 13 115 0 7 443 123 71
Binary 11010001 110110 11101100 1011 1001101 0 111 100100011 1010011 111001

Color Harmonies of #D136EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136EC

Black with #D136EC

Text Example


Text Example

White with #D136EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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