#D340EF

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

Shades of Medium Orchid #D340EF

Tints of Medium Orchid #D340EF

Color information

#D340EF (or 0xD340EF) is unknown color: approx Medium Orchid. HEX triplet: D3, 40 and EF. RGB value is (211,64,239). Sum of RGB (Red+Green+Blue) = 211+64+239=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #D340EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340EF is #2CBF10. Grayscale: #7F7F7F. Windows color (decimal): -2932497 or 15679699. OLE color: 15679699.

HSL color Cylindrical-coordinate representation of color #D340EF: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D340EF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21164239-
CMYK0.120.7300.06
HSL290.4º84.54%59.41%-
HSV(B)290.4º73.22%93.73%-
XYZ44.2823.7583.91-
YUV127.9190.7187.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 64 (25.39% from 255) = 12.45%
BLUE value IS 239 (93.75% from 255) = 46.50%
R=41.05%
G=12.45%
B=46.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211642390.120.7300.06290.484.5459.41
HexD340EFC4906122553b
Octal323100357141110644212573
Binary110100111000000111011111100100100101101001000101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D340EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D340EF; }

 p { color: rgb(211,64,239); }

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

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

 a { background-color: rgb(211,64,239); }

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

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

 span { border-color: rgb(211,64,239); }

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