#D13AE0

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

Shades of Medium Orchid #D13AE0

Tints of Medium Orchid #D13AE0

Color information

#D13AE0 (or 0xD13AE0) is unknown color: approx Medium Orchid. HEX triplet: D1, 3A and E0. RGB value is (209,58,224). Sum of RGB (Red+Green+Blue) = 209+58+224=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #D13AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13AE0 is #2EC51F. Grayscale: #797979. Windows color (decimal): -3065120 or 14695121. OLE color: 14695121.

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

Color convert

RGB20958224-
CMYK0.070.7400.12
HSL294.58º72.81%55.29%-
HSV(B)294.58º74.11%87.84%-
XYZ41.2621.9672.59-
YUV122.07185.53190-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 58 (23.05% from 255) = 11.81%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=42.57%
G=11.81%
B=45.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209582240.070.7400.12294.5872.8155.29
HexD13AE074A0C1274937
Octal32172340711201444711167
Binary11010001111010111000001111001010011001001001111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13AE0; }

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

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

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

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

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

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

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

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