#D13AD9

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

Shades of Medium Orchid #D13AD9

Tints of Medium Orchid #D13AD9

Color information

#D13AD9 (or 0xD13AD9) is unknown color: approx Medium Orchid. HEX triplet: D1, 3A and D9. RGB value is (209,58,217). Sum of RGB (Red+Green+Blue) = 209+58+217=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #D13AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13AD9 is #2EC526. Grayscale: #787878. Windows color (decimal): -3065127 or 14236369. OLE color: 14236369.

HSL color Cylindrical-coordinate representation of color #D13AD9: hue angle of 296.98º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13AD9 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20958217-
CMYK0.040.7300.15
HSL296.98º67.66%53.92%-
HSV(B)296.98º73.27%85.1%-
XYZ40.3321.5967.69-
YUV121.28182.03190.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 58 (23.05% from 255) = 11.98%
BLUE value IS 217 (85.16% from 255) = 44.83%
R=43.18%
G=11.98%
B=44.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209582170.040.7300.15296.9867.6653.92
HexD13AD94490F1294436
Octal32172331411101745110466
Binary11010001111010110110011001001001011111001010011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13AD9; }

 p { color: rgb(209,58,217); }

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

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

 a { background-color: rgb(209,58,217); }

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

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

 span { border-color: rgb(209,58,217); }

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