#D136EB

Color #D136EB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D136EB

Tints of Medium Orchid #D136EB

Color information

#D136EB (or 0xD136EB) is unknown color: approx Medium Orchid. HEX triplet: D1, 36 and EB. RGB value is (209,54,235). Sum of RGB (Red+Green+Blue) = 209+54+235=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #D136EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136EB is #2EC914. Grayscale: #787878. Windows color (decimal): -3066133 or 15414993. OLE color: 15414993.

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

Color convert

RGB20954235-
CMYK0.110.7700.08
HSL291.38º81.9%56.67%-
HSV(B)291.38º77.02%92.16%-
XYZ42.6122.1980.63-
YUV120.98192.35190.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.97%
GREEN value IS 54 (21.48% from 255) = 10.84%
BLUE value IS 235 (92.19% from 255) = 47.19%
R=41.97%
G=10.84%
B=47.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209542350.110.7700.08291.3881.956.67
HexD136EBB4D081235239
Octal321663531311501044312271
Binary110100011101101110101110111001101010001001000111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D136EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D136EB; }

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

 H1.HeaderClassName
 {
   color: #D136EB;
 }
 .AnyTagClassName
 {
   color: #D136EB;
 }
</style>
background-color css

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

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

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

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

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

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