#D13DF6

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

Shades of Medium Orchid #D13DF6

Tints of Medium Orchid #D13DF6

Color information

#D13DF6 (or 0xD13DF6) is unknown color: approx Medium Orchid. HEX triplet: D1, 3D and F6. RGB value is (209,61,246). Sum of RGB (Red+Green+Blue) = 209+61+246=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #D13DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DF6 is #2EC209. Grayscale: #7D7D7D. Windows color (decimal): -3064330 or 16137681. OLE color: 16137681.

HSL color Cylindrical-coordinate representation of color #D13DF6: hue angle of 288º degrees, saturation: 0.91, 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 #D13DF6 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20961246-
CMYK0.150.7500.04
HSL288º91.13%60.2%-
HSV(B)288º75.2%96.47%-
XYZ44.623.5589.38-
YUV126.34195.53186.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 61 (24.22% from 255) = 11.82%
BLUE value IS 246 (96.48% from 255) = 47.67%
R=40.50%
G=11.82%
B=47.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209612460.150.7500.0428891.1360.2
HexD13DF6F4B041205b3c
Octal32175366171130444013374
Binary11010001111101111101101111100101101001001000001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13DF6; }

 p { color: rgb(209,61,246); }

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

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

 a { background-color: rgb(209,61,246); }

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

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

 span { border-color: rgb(209,61,246); }

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