#883CB6

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

Shades of Dark Orchid #883CB6

Tints of Dark Orchid #883CB6

Color information

#883CB6 (or 0x883CB6) is unknown color: approx Dark Orchid. HEX triplet: 88, 3C and B6. RGB value is (136,60,182). Sum of RGB (Red+Green+Blue) = 136+60+182=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #883CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CB6 is #77C349. Grayscale: #606060. Windows color (decimal): -7848778 or 11943048. OLE color: 11943048.

HSL color Cylindrical-coordinate representation of color #883CB6: hue angle of 277.38º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883CB6 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13660182-
CMYK0.250.6700.29
HSL277.38º50.41%47.45%-
HSV(B)277.38º67.03%71.37%-
XYZ20.2111.8445.48-
YUV96.63176.18156.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 60 (23.83% from 255) = 15.87%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=35.98%
G=15.87%
B=48.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136601820.250.6700.29277.3850.4147.45
Hex883CB6194301D115322f
Octal21074266311030354256257
Binary1000100011110010110110110011000011011101100010101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883CB6; }

 p { color: rgb(136,60,182); }

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

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

 a { background-color: rgb(136,60,182); }

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

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

 span { border-color: rgb(136,60,182); }

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