#D145EA

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

Shades of Medium Orchid #D145EA

Tints of Medium Orchid #D145EA

Color information

#D145EA (or 0xD145EA) is unknown color: approx Medium Orchid. HEX triplet: D1, 45 and EA. RGB value is (209,69,234). Sum of RGB (Red+Green+Blue) = 209+69+234=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #D145EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145EA is #2EBA15. Grayscale: #818181. Windows color (decimal): -3062294 or 15353297. OLE color: 15353297.

HSL color Cylindrical-coordinate representation of color #D145EA: hue angle of 290.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D145EA is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20969234-
CMYK0.110.7100.08
HSL290.91º79.71%59.41%-
HSV(B)290.91º70.51%91.76%-
XYZ43.2723.7580.15-
YUV129.67186.88184.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 69 (27.34% from 255) = 13.48%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=40.82%
G=13.48%
B=45.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209692340.110.7100.08290.9179.7159.41
HexD145EAB4708123503b
Octal3211053521310701044312073
Binary1101000110001011110101010111000111010001001000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D145EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D145EA; }

 p { color: rgb(209,69,234); }

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

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

 a { background-color: rgb(209,69,234); }

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

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

 span { border-color: rgb(209,69,234); }

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