#882CB7

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

Shades of Dark Orchid #882CB7

Tints of Dark Orchid #882CB7

Color information

#882CB7 (or 0x882CB7) is unknown color: approx Dark Orchid. HEX triplet: 88, 2C and B7. RGB value is (136,44,183). Sum of RGB (Red+Green+Blue) = 136+44+183=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #882CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CB7 is #77D348. Grayscale: #565656. Windows color (decimal): -7852873 or 12004488. OLE color: 12004488.

HSL color Cylindrical-coordinate representation of color #882CB7: hue angle of 279.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882CB7 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13644183-
CMYK0.260.7600.28
HSL279.71º61.23%44.51%-
HSV(B)279.71º75.96%71.76%-
XYZ19.610.4545.78-
YUV87.35181.98162.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 44 (17.58% from 255) = 12.12%
BLUE value IS 183 (71.88% from 255) = 50.41%
R=37.47%
G=12.12%
B=50.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136441830.260.7600.28279.7161.2344.51
Hex882CB71A4C01C1183d2d
Octal21054267321140344307555
Binary1000100010110010110111110101001100011100100011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,44,183); }

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

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

 a { background-color: rgb(136,44,183); }

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

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

 span { border-color: rgb(136,44,183); }

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