#D155EB

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

Shades of Medium Orchid #D155EB

Tints of Medium Orchid #D155EB

Color information

#D155EB (or 0xD155EB) is unknown color: approx Medium Orchid. HEX triplet: D1, 55 and EB. RGB value is (209,85,235). Sum of RGB (Red+Green+Blue) = 209+85+235=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #D155EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155EB is #2EAA14. Grayscale: #8A8A8A. Windows color (decimal): -3058197 or 15422929. OLE color: 15422929.

HSL color Cylindrical-coordinate representation of color #D155EB: hue angle of 289.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D155EB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20985235-
CMYK0.110.6400.08
HSL289.6º78.95%62.75%-
HSV(B)289.6º63.83%92.16%-
XYZ44.5426.0581.28-
YUV139.18182.08177.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 85 (33.59% from 255) = 16.07%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=39.51%
G=16.07%
B=44.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209852350.110.6400.08289.678.9562.75
HexD155EBB40081224f3f
Octal3211253531310001044211777
Binary1101000110101011110101110111000000010001001000101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155EB; }

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

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

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

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

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

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

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

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