#D130E0

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

Shades of Medium Orchid #D130E0

Tints of Medium Orchid #D130E0

Color information

#D130E0 (or 0xD130E0) is unknown color: approx Medium Orchid. HEX triplet: D1, 30 and E0. RGB value is (209,48,224). Sum of RGB (Red+Green+Blue) = 209+48+224=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #D130E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130E0 is #2ECF1F. Grayscale: #737373. Windows color (decimal): -3067680 or 14692561. OLE color: 14692561.

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

Color convert

RGB20948224-
CMYK0.070.7900.12
HSL294.89º73.95%53.33%-
HSV(B)294.89º78.57%87.84%-
XYZ40.8121.0572.43-
YUV116.2188.84194.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 48 (19.14% from 255) = 9.98%
BLUE value IS 224 (87.89% from 255) = 46.57%
R=43.45%
G=9.98%
B=46.57%

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
Decimal209482240.070.7900.12294.8973.9553.33
HexD130E074F0C1274a35
Octal32160340711701444711265
Binary11010001110000111000001111001111011001001001111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D130E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D130E0; }

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

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

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

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

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

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

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

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