#D136E1

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

Shades of Medium Orchid #D136E1

Tints of Medium Orchid #D136E1

Color information

#D136E1 (or 0xD136E1) is unknown color: approx Medium Orchid. HEX triplet: D1, 36 and E1. RGB value is (209,54,225). Sum of RGB (Red+Green+Blue) = 209+54+225=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #D136E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136E1 is #2EC91E. Grayscale: #777777. Windows color (decimal): -3066143 or 14759633. OLE color: 14759633.

HSL color Cylindrical-coordinate representation of color #D136E1: hue angle of 294.39º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D136E1 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20954225-
CMYK0.070.7600.12
HSL294.39º74.03%54.71%-
HSV(B)294.39º76%88.24%-
XYZ41.221.6373.24-
YUV119.84187.35191.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 54 (21.48% from 255) = 11.07%
BLUE value IS 225 (88.28% from 255) = 46.11%
R=42.83%
G=11.07%
B=46.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209542250.070.7600.12294.3974.0354.71
HexD136E174C0C1264a37
Octal32166341711401444611267
Binary11010001110110111000011111001100011001001001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D136E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D136E1; }

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

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

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

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

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

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

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

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