#D036DE

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

Shades of Medium Orchid #D036DE

Tints of Medium Orchid #D036DE

Color information

#D036DE (or 0xD036DE) is unknown color: approx Medium Orchid. HEX triplet: D0, 36 and DE. RGB value is (208,54,222). Sum of RGB (Red+Green+Blue) = 208+54+222=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #D036DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036DE is #2FC921. Grayscale: #767676. Windows color (decimal): -3131682 or 14563024. OLE color: 14563024.

HSL color Cylindrical-coordinate representation of color #D036DE: hue angle of 295º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D036DE is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20854222-
CMYK0.060.7600.13
HSL295º71.79%54.12%-
HSV(B)295º75.68%87.06%-
XYZ40.5221.3271.09-
YUV119.2186.02191.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 54 (21.48% from 255) = 11.16%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=42.98%
G=11.16%
B=45.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208542220.060.7600.1329571.7954.12
HexD036DE64C0D1274836
Octal32066336611401544711066
Binary11010000110110110111101101001100011011001001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D036DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D036DE; }

 p { color: rgb(208,54,222); }

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

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

 a { background-color: rgb(208,54,222); }

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

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

 span { border-color: rgb(208,54,222); }

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