#D33EF9

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

Shades of Medium Orchid #D33EF9

Tints of Medium Orchid #D33EF9

Color information

#D33EF9 (or 0xD33EF9) is unknown color: approx Medium Orchid. HEX triplet: D3, 3E and F9. RGB value is (211,62,249). Sum of RGB (Red+Green+Blue) = 211+62+249=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #D33EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EF9 is #2CC106. Grayscale: #7F7F7F. Windows color (decimal): -2932999 or 16334547. OLE color: 16334547.

HSL color Cylindrical-coordinate representation of color #D33EF9: hue angle of 287.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33EF9 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21162249-
CMYK0.150.7500.02
HSL287.81º93.97%60.98%-
HSV(B)287.81º75.1%97.65%-
XYZ45.6924.1391.87-
YUV127.87196.36187.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 62 (24.61% from 255) = 11.88%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=40.42%
G=11.88%
B=47.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211622490.150.7500.02287.8193.9760.98
HexD33EF9F4B021205e3d
Octal32376371171130244013675
Binary1101001111111011111001111110010110101001000001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33EF9; }

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

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

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

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

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

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

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

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