#D13FED

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

Shades of Medium Orchid #D13FED

Tints of Medium Orchid #D13FED

Color information

#D13FED (or 0xD13FED) is unknown color: approx Medium Orchid. HEX triplet: D1, 3F and ED. RGB value is (209,63,237). Sum of RGB (Red+Green+Blue) = 209+63+237=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #D13FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FED is #2EC012. Grayscale: #7D7D7D. Windows color (decimal): -3063827 or 15548369. OLE color: 15548369.

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

Color convert

RGB20963237-
CMYK0.120.7300.07
HSL290.34º82.86%58.82%-
HSV(B)290.34º73.42%92.94%-
XYZ43.3623.2282.32-
YUV126.49190.37186.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 63 (25% from 255) = 12.38%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=41.06%
G=12.38%
B=46.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209632370.120.7300.07290.3482.8658.82
HexD13FEDC4907122533b
Octal32177355141110744212373
Binary11010001111111111011011100100100101111001000101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13FED; }

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

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

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

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

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

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

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

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