#D33DF5

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

Shades of Medium Orchid #D33DF5

Tints of Medium Orchid #D33DF5

Color information

#D33DF5 (or 0xD33DF5) is unknown color: approx Medium Orchid. HEX triplet: D3, 3D and F5. RGB value is (211,61,245). Sum of RGB (Red+Green+Blue) = 211+61+245=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #D33DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DF5 is #2CC20A. Grayscale: #7E7E7E. Windows color (decimal): -2933259 or 16072147. OLE color: 16072147.

HSL color Cylindrical-coordinate representation of color #D33DF5: hue angle of 288.91º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33DF5 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21161245-
CMYK0.140.7500.04
HSL288.91º90.2%60%-
HSV(B)288.91º75.1%96.08%-
XYZ45.0123.7888.6-
YUV126.83194.7188.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.81%
GREEN value IS 61 (24.22% from 255) = 11.80%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=40.81%
G=11.80%
B=47.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211612450.140.7500.04288.9190.260
HexD33DF5E4B041215a3c
Octal32375365161130444113274
Binary11010011111101111101011110100101101001001000011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33DF5; }

 p { color: rgb(211,61,245); }

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

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

 a { background-color: rgb(211,61,245); }

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

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

 span { border-color: rgb(211,61,245); }

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