#d339e4

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

Shades of Medium Orchid #D339E4

Tints of Medium Orchid #D339E4

Color information

#D339E4 (or 0xD339E4) is unknown color: approx Medium Orchid. HEX triplet: D3, 39 and E4. RGB value is (211,57,228). Sum of RGB (Red+Green+Blue) = 211+57+228=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #D339E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339E4 is #2CC61B. Grayscale: #7A7A7A. Windows color (decimal): -2934300 or 14957011. OLE color: 14957011.

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

Color convert

RGB21157228-
CMYK0.070.7500.11
HSL294.04º76%55.88%-
HSV(B)294.04º75%89.41%-
XYZ42.3322.3875.49-
YUV122.54187.52191.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.54%
GREEN value IS 57 (22.66% from 255) = 11.49%
BLUE value IS 228 (89.45% from 255) = 45.97%
R=42.54%
G=11.49%
B=45.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal211572280.070.7500.11294.047655.88
HexD339E474B0B1264c38
Octal32371344711301344611470
Binary11010011111001111001001111001011010111001001101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d339e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d339e4; }

 p { color: rgb(211,57,228); }

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

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

 a { background-color: rgb(211,57,228); }

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

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

 span { border-color: rgb(211,57,228); }

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