#D131E2

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

Shades of Medium Orchid #D131E2

Tints of Medium Orchid #D131E2

Color information

#D131E2 (or 0xD131E2) is unknown color: approx Medium Orchid. HEX triplet: D1, 31 and E2. RGB value is (209,49,226). Sum of RGB (Red+Green+Blue) = 209+49+226=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #D131E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131E2 is #2ECE1D. Grayscale: #747474. Windows color (decimal): -3067422 or 14823889. OLE color: 14823889.

HSL color Cylindrical-coordinate representation of color #D131E2: hue angle of 294.24º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D131E2 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20949226-
CMYK0.080.7800.11
HSL294.24º75.32%53.92%-
HSV(B)294.24º78.32%88.63%-
XYZ41.1221.2473.88-
YUV117.02189.51193.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 49 (19.53% from 255) = 10.12%
BLUE value IS 226 (88.67% from 255) = 46.69%
R=43.18%
G=10.12%
B=46.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209492260.080.7800.11294.2475.3253.92
HexD131E284E0B1264b36
Octal321613421011601344611366
Binary110100011100011110001010001001110010111001001101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D131E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D131E2; }

 p { color: rgb(209,49,226); }

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

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

 a { background-color: rgb(209,49,226); }

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

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

 span { border-color: rgb(209,49,226); }

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