#D340E8

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

Shades of Medium Orchid #D340E8

Tints of Medium Orchid #D340E8

Color information

#D340E8 (or 0xD340E8) is unknown color: approx Medium Orchid. HEX triplet: D3, 40 and E8. RGB value is (211,64,232). Sum of RGB (Red+Green+Blue) = 211+64+232=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #D340E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340E8 is #2CBF17. Grayscale: #7E7E7E. Windows color (decimal): -2932504 or 15220947. OLE color: 15220947.

HSL color Cylindrical-coordinate representation of color #D340E8: hue angle of 292.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D340E8 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21164232-
CMYK0.090.7200.09
HSL292.5º78.5%58.04%-
HSV(B)292.5º72.41%90.98%-
XYZ43.2623.3478.57-
YUV127.1187.2187.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.62%
GREEN value IS 64 (25.39% from 255) = 12.62%
BLUE value IS 232 (91.02% from 255) = 45.76%
R=41.62%
G=12.62%
B=45.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211642320.090.7200.09292.578.558.04
HexD340E8948091244f3a
Octal3231003501111001144411772
Binary1101001110000001110100010011001000010011001001001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D340E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D340E8; }

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

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

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

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

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

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

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

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