#D338EC

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

Shades of Medium Orchid #D338EC

Tints of Medium Orchid #D338EC

Color information

#D338EC (or 0xD338EC) is unknown color: approx Medium Orchid. HEX triplet: D3, 38 and EC. RGB value is (211,56,236). Sum of RGB (Red+Green+Blue) = 211+56+236=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #D338EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338EC is #2CC713. Grayscale: #7A7A7A. Windows color (decimal): -2934548 or 15481043. OLE color: 15481043.

HSL color Cylindrical-coordinate representation of color #D338EC: hue angle of 291.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D338EC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21156236-
CMYK0.110.7600.07
HSL291.67º82.57%57.25%-
HSV(B)291.67º76.27%92.55%-
XYZ43.4222.7381.46-
YUV122.86191.85190.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 56 (22.27% from 255) = 11.13%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=41.95%
G=11.13%
B=46.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211562360.110.7600.07291.6782.5757.25
HexD338ECB4C071245339
Octal32370354131140744412371
Binary11010011111000111011001011100110001111001001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D338EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D338EC; }

 p { color: rgb(211,56,236); }

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

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

 a { background-color: rgb(211,56,236); }

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

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

 span { border-color: rgb(211,56,236); }

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