#D13EDE

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

Shades of Medium Orchid #D13EDE

Tints of Medium Orchid #D13EDE

Color information

#D13EDE (or 0xD13EDE) is unknown color: approx Medium Orchid. HEX triplet: D1, 3E and DE. RGB value is (209,62,222). Sum of RGB (Red+Green+Blue) = 209+62+222=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #D13EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EDE is #2EC121. Grayscale: #7B7B7B. Windows color (decimal): -3064098 or 14565073. OLE color: 14565073.

HSL color Cylindrical-coordinate representation of color #D13EDE: hue angle of 295.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13EDE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20962222-
CMYK0.060.7200.13
HSL295.12º70.8%55.69%-
HSV(B)295.12º72.07%87.06%-
XYZ41.222.2771.24-
YUV124.19183.2188.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 62 (24.61% from 255) = 12.58%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=42.39%
G=12.58%
B=45.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209622220.060.7200.13295.1270.855.69
HexD13EDE6480D1274738
Octal32176336611001544710770
Binary11010001111110110111101101001000011011001001111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13EDE; }

 p { color: rgb(209,62,222); }

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

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

 a { background-color: rgb(209,62,222); }

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

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

 span { border-color: rgb(209,62,222); }

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