#D155ED

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

Shades of Medium Orchid #D155ED

Tints of Medium Orchid #D155ED

Color information

#D155ED (or 0xD155ED) is unknown color: approx Medium Orchid. HEX triplet: D1, 55 and ED. RGB value is (209,85,237). Sum of RGB (Red+Green+Blue) = 209+85+237=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #D155ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155ED is #2EAA12. Grayscale: #8A8A8A. Windows color (decimal): -3058195 or 15554001. OLE color: 15554001.

HSL color Cylindrical-coordinate representation of color #D155ED: hue angle of 288.95º 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 #D155ED is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20985237-
CMYK0.120.6400.07
HSL288.95º80.85%63.14%-
HSV(B)288.95º64.14%92.94%-
XYZ44.8326.1782.81-
YUV139.4183.08177.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 85 (33.59% from 255) = 16.01%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=39.36%
G=16.01%
B=44.63%

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
Decimal209852370.120.6400.07288.9580.8563.14
HexD155EDC4007121513f
Octal321125355141000744112177
Binary110100011010101111011011100100000001111001000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155ED; }

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

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

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

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

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

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

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

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