#d156ed

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

Shades of Medium Orchid #D156ED

Tints of Medium Orchid #D156ED

Color information

#D156ED (or 0xD156ED) is unknown color: approx Medium Orchid. HEX triplet: D1, 56 and ED. RGB value is (209,86,237). Sum of RGB (Red+Green+Blue) = 209+86+237=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #D156ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D156ED is #2EA912. Grayscale: #8B8B8B. Windows color (decimal): -3057939 or 15554257. OLE color: 15554257.

HSL color Cylindrical-coordinate representation of color #D156ED: hue angle of 288.87º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D156ED is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20986237-
CMYK0.120.6400.07
HSL288.87º80.75%63.33%-
HSV(B)288.87º63.71%92.94%-
XYZ44.9126.3382.84-
YUV139.99182.75177.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 86 (33.98% from 255) = 16.17%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=39.29%
G=16.17%
B=44.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal209862370.120.6400.07288.8780.7563.33
HexD156EDC4007121513f
Octal321126355141000744112177
Binary110100011010110111011011100100000001111001000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d156ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d156ed; }

 p { color: rgb(209,86,237); }

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

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

 a { background-color: rgb(209,86,237); }

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

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

 span { border-color: rgb(209,86,237); }

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