#D33EEC

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

Shades of Medium Orchid #D33EEC

Tints of Medium Orchid #D33EEC

Color information

#D33EEC (or 0xD33EEC) is unknown color: approx Medium Orchid. HEX triplet: D3, 3E and EC. RGB value is (211,62,236). Sum of RGB (Red+Green+Blue) = 211+62+236=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #D33EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EEC is #2CC113. Grayscale: #7D7D7D. Windows color (decimal): -2933012 or 15482579. OLE color: 15482579.

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

Color convert

RGB21162236-
CMYK0.110.7400.07
HSL291.38º82.08%58.43%-
HSV(B)291.38º73.73%92.55%-
XYZ43.7323.3581.56-
YUV126.39189.86188.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.45%
GREEN value IS 62 (24.61% from 255) = 12.18%
BLUE value IS 236 (92.58% from 255) = 46.37%
R=41.45%
G=12.18%
B=46.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211622360.110.7400.07291.3882.0858.43
HexD33EECB4A07123523a
Octal32376354131120744312272
Binary11010011111110111011001011100101001111001000111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33EEC; }

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

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

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

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

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

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

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

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