#D136F7

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

Shades of Medium Orchid #D136F7

Tints of Medium Orchid #D136F7

Color information

#D136F7 (or 0xD136F7) is unknown color: approx Medium Orchid. HEX triplet: D1, 36 and F7. RGB value is (209,54,247). Sum of RGB (Red+Green+Blue) = 209+54+247=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #D136F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136F7 is #2EC908. Grayscale: #797979. Windows color (decimal): -3066121 or 16201425. OLE color: 16201425.

HSL color Cylindrical-coordinate representation of color #D136F7: hue angle of 288.19º 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 #D136F7 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20954247-
CMYK0.150.7800.03
HSL288.19º92.34%59.02%-
HSV(B)288.19º78.14%96.86%-
XYZ44.422.9190.08-
YUV122.35198.35189.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 54 (21.48% from 255) = 10.59%
BLUE value IS 247 (96.88% from 255) = 48.43%
R=40.98%
G=10.59%
B=48.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal209542470.150.7800.03288.1992.3459.02
HexD136F7F4E031205c3b
Octal32166367171160344013473
Binary1101000111011011110111111110011100111001000001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D136F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D136F7; }

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

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

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

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

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

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

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

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