#D336F3

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

Shades of Medium Orchid #D336F3

Tints of Medium Orchid #D336F3

Color information

#D336F3 (or 0xD336F3) is unknown color: approx Medium Orchid. HEX triplet: D3, 36 and F3. RGB value is (211,54,243). Sum of RGB (Red+Green+Blue) = 211+54+243=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 54 (21.48% from 255 or 10.63% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #D336F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D336F3 is #2CC90C. Grayscale: #797979. Windows color (decimal): -2935053 or 15939283. OLE color: 15939283.

HSL color Cylindrical-coordinate representation of color #D336F3: hue angle of 289.84º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D336F3 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21154243-
CMYK0.130.7800.05
HSL289.84º88.73%58.24%-
HSV(B)289.84º77.78%95.29%-
XYZ44.3622.9686.89-
YUV122.49196.01191.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 54 (21.48% from 255) = 10.63%
BLUE value IS 243 (95.31% from 255) = 47.83%
R=41.54%
G=10.63%
B=47.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211542430.130.7800.05289.8488.7358.24
HexD336F3D4E05122593a
Octal32366363151160544213172
Binary11010011110110111100111101100111001011001000101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D336F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D336F3; }

 p { color: rgb(211,54,243); }

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

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

 a { background-color: rgb(211,54,243); }

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

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

 span { border-color: rgb(211,54,243); }

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