#D130E1

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

Shades of Medium Orchid #D130E1

Tints of Medium Orchid #D130E1

Color information

#D130E1 (or 0xD130E1) is unknown color: approx Medium Orchid. HEX triplet: D1, 30 and E1. RGB value is (209,48,225). Sum of RGB (Red+Green+Blue) = 209+48+225=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #D130E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130E1 is #2ECF1E. Grayscale: #737373. Windows color (decimal): -3067679 or 14758097. OLE color: 14758097.

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

Color convert

RGB20948225-
CMYK0.070.7900.12
HSL294.58º74.68%53.53%-
HSV(B)294.58º78.67%88.24%-
XYZ40.9421.1173.15-
YUV116.32189.34194.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 48 (19.14% from 255) = 9.96%
BLUE value IS 225 (88.28% from 255) = 46.68%
R=43.36%
G=9.96%
B=46.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209482250.070.7900.12294.5874.6853.53
HexD130E174F0C1274b36
Octal32160341711701444711366
Binary11010001110000111000011111001111011001001001111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D130E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D130E1; }

 p { color: rgb(209,48,225); }

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

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

 a { background-color: rgb(209,48,225); }

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

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

 span { border-color: rgb(209,48,225); }

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