#D141E4

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

Shades of Medium Orchid #D141E4

Tints of Medium Orchid #D141E4

Color information

#D141E4 (or 0xD141E4) is unknown color: approx Medium Orchid. HEX triplet: D1, 41 and E4. RGB value is (209,65,228). Sum of RGB (Red+Green+Blue) = 209+65+228=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #D141E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141E4 is #2EBE1B. Grayscale: #7E7E7E. Windows color (decimal): -3063324 or 14959057. OLE color: 14959057.

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

Color convert

RGB20965228-
CMYK0.080.7100.11
HSL293.01º75.12%57.45%-
HSV(B)293.01º71.49%89.41%-
XYZ42.1922.9475.6-
YUV126.64185.21186.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 65 (25.78% from 255) = 12.95%
BLUE value IS 228 (89.45% from 255) = 45.42%
R=41.63%
G=12.95%
B=45.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209652280.080.7100.11293.0175.1257.45
HexD141E48470B1254b39
Octal3211013441010701344511371
Binary1101000110000011110010010001000111010111001001011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141E4; }

 p { color: rgb(209,65,228); }

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

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

 a { background-color: rgb(209,65,228); }

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

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

 span { border-color: rgb(209,65,228); }

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