#D33DF1

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

Shades of Medium Orchid #D33DF1

Tints of Medium Orchid #D33DF1

Color information

#D33DF1 (or 0xD33DF1) is unknown color: approx Medium Orchid. HEX triplet: D3, 3D and F1. RGB value is (211,61,241). Sum of RGB (Red+Green+Blue) = 211+61+241=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #D33DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DF1 is #2CC20E. Grayscale: #7D7D7D. Windows color (decimal): -2933263 or 15810003. OLE color: 15810003.

HSL color Cylindrical-coordinate representation of color #D33DF1: hue angle of 290º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33DF1 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21161241-
CMYK0.120.7500.05
HSL290º86.54%59.22%-
HSV(B)290º74.69%94.51%-
XYZ44.4123.5485.42-
YUV126.37192.7188.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 61 (24.22% from 255) = 11.89%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=41.13%
G=11.89%
B=46.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211612410.120.7500.0529086.5459.22
HexD33DF1C4B05122573b
Octal32375361141130544212773
Binary11010011111101111100011100100101101011001000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33DF1; }

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

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

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

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

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

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

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

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