#d338e2

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

Shades of Medium Orchid #D338E2

Tints of Medium Orchid #D338E2

Color information

#D338E2 (or 0xD338E2) is unknown color: approx Medium Orchid. HEX triplet: D3, 38 and E2. RGB value is (211,56,226). Sum of RGB (Red+Green+Blue) = 211+56+226=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #D338E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338E2 is #2CC71D. Grayscale: #797979. Windows color (decimal): -2934558 or 14825683. OLE color: 14825683.

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

Color convert

RGB21156226-
CMYK0.070.7500.11
HSL294.71º74.56%55.29%-
HSV(B)294.71º75.22%88.63%-
XYZ42.0122.1774.02-
YUV121.72186.85191.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 56 (22.27% from 255) = 11.36%
BLUE value IS 226 (88.67% from 255) = 45.84%
R=42.80%
G=11.36%
B=45.84%

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
Decimal211562260.070.7500.11294.7174.5655.29
HexD338E274B0B1274b37
Octal32370342711301344711367
Binary11010011111000111000101111001011010111001001111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d338e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d338e2; }

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

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

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

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

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

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

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

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