#D141DB

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

Shades of Medium Orchid #D141DB

Tints of Medium Orchid #D141DB

Color information

#D141DB (or 0xD141DB) is unknown color: approx Medium Orchid. HEX triplet: D1, 41 and DB. RGB value is (209,65,219). Sum of RGB (Red+Green+Blue) = 209+65+219=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D141DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141DB is #2EBE24. Grayscale: #7D7D7D. Windows color (decimal): -3063333 or 14369233. OLE color: 14369233.

HSL color Cylindrical-coordinate representation of color #D141DB: hue angle of 296.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D141DB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20965219-
CMYK0.050.7000.14
HSL296.1º68.14%55.69%-
HSV(B)296.1º70.32%85.88%-
XYZ40.9722.4569.19-
YUV125.61180.71187.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 65 (25.78% from 255) = 13.18%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=42.39%
G=13.18%
B=44.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209652190.050.7000.14296.168.1455.69
HexD141DB5460E1284438
Octal321101333510601645010470
Binary110100011000001110110111011000110011101001010001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D141DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D141DB; }

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

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

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

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

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

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

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

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