#D149ED

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

Shades of Medium Orchid #D149ED

Tints of Medium Orchid #D149ED

Color information

#D149ED (or 0xD149ED) is unknown color: approx Medium Orchid. HEX triplet: D1, 49 and ED. RGB value is (209,73,237). Sum of RGB (Red+Green+Blue) = 209+73+237=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #D149ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D149ED is #2EB612. Grayscale: #838383. Windows color (decimal): -3061267 or 15550929. OLE color: 15550929.

HSL color Cylindrical-coordinate representation of color #D149ED: hue angle of 289.76º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D149ED is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20973237-
CMYK0.120.6900.07
HSL289.76º82%60.78%-
HSV(B)289.76º69.2%92.94%-
XYZ43.9624.4382.52-
YUV132.36187.06182.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 73 (28.91% from 255) = 14.07%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=40.27%
G=14.07%
B=45.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209732370.120.6900.07289.768260.78
HexD149EDC4507122523d
Octal321111355141050744212275
Binary110100011001001111011011100100010101111001000101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D149ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D149ED; }

 p { color: rgb(209,73,237); }

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

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

 a { background-color: rgb(209,73,237); }

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

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

 span { border-color: rgb(209,73,237); }

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