#D036F7

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

Shades of Medium Orchid #D036F7

Tints of Medium Orchid #D036F7

Color information

#D036F7 (or 0xD036F7) is unknown color: approx Medium Orchid. HEX triplet: D0, 36 and F7. RGB value is (208,54,247). Sum of RGB (Red+Green+Blue) = 208+54+247=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 54 (21.48% from 255 or 10.61% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #D036F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036F7 is #2FC908. Grayscale: #797979. Windows color (decimal): -3131657 or 16201424. OLE color: 16201424.

HSL color Cylindrical-coordinate representation of color #D036F7: hue angle of 287.88º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D036F7 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20854247-
CMYK0.160.7800.03
HSL287.88º92.34%59.02%-
HSV(B)287.88º78.14%96.86%-
XYZ44.1222.7690.06-
YUV122.05198.52189.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 54 (21.48% from 255) = 10.61%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=40.86%
G=10.61%
B=48.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal208542470.160.7800.03287.8892.3459.02
HexD036F7104E031205c3b
Octal32066367201160344013473
Binary11010000110110111101111000010011100111001000001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D036F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D036F7; }

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

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

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

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

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

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

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

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