#882ECB

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

Shades of Dark Orchid #882ECB

Tints of Dark Orchid #882ECB

Color information

#882ECB (or 0x882ECB) is unknown color: approx Dark Orchid. HEX triplet: 88, 2E and CB. RGB value is (136,46,203). Sum of RGB (Red+Green+Blue) = 136+46+203=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #882ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882ECB is #77D134. Grayscale: #5A5A5A. Windows color (decimal): -7852341 or 13315720. OLE color: 13315720.

HSL color Cylindrical-coordinate representation of color #882ECB: hue angle of 274.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882ECB is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13646203-
CMYK0.330.7700.20
HSL274.39º63.05%48.82%-
HSV(B)274.39º77.34%79.61%-
XYZ21.9111.557.56-
YUV90.81191.32160.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 46 (18.36% from 255) = 11.95%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=35.32%
G=11.95%
B=52.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136462030.330.7700.20274.3963.0548.82
Hex882ECB214D0141123f31
Octal21056313411150244227761
Binary10001000101110110010111000011001101010100100010010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882ECB; }

 p { color: rgb(136,46,203); }

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

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

 a { background-color: rgb(136,46,203); }

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

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

 span { border-color: rgb(136,46,203); }

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