#883CC5

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

Shades of Dark Orchid #883CC5

Tints of Dark Orchid #883CC5

Color information

#883CC5 (or 0x883CC5) is unknown color: approx Dark Orchid. HEX triplet: 88, 3C and C5. RGB value is (136,60,197). Sum of RGB (Red+Green+Blue) = 136+60+197=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #883CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CC5 is #77C33A. Grayscale: #616161. Windows color (decimal): -7848763 or 12926088. OLE color: 12926088.

HSL color Cylindrical-coordinate representation of color #883CC5: hue angle of 273.28º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883CC5 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13660197-
CMYK0.310.7000.23
HSL273.28º54.15%50.39%-
HSV(B)273.28º69.54%77.25%-
XYZ21.8512.554.08-
YUV98.34183.68154.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 60 (23.83% from 255) = 15.27%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=34.61%
G=15.27%
B=50.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal136601970.310.7000.23273.2854.1550.39
Hex883CC51F460171113632
Octal21074305371060274216662
Binary1000100011110011000101111111000110010111100010001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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