#883CCB

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

Shades of Dark Orchid #883CCB

Tints of Dark Orchid #883CCB

Color information

#883CCB (or 0x883CCB) is unknown color: approx Dark Orchid. HEX triplet: 88, 3C and CB. RGB value is (136,60,203). Sum of RGB (Red+Green+Blue) = 136+60+203=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #883CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CCB is #77C334. Grayscale: #626262. Windows color (decimal): -7848757 or 13319304. OLE color: 13319304.

HSL color Cylindrical-coordinate representation of color #883CCB: hue angle of 271.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883CCB is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13660203-
CMYK0.330.7000.20
HSL271.89º57.89%51.57%-
HSV(B)271.89º70.44%79.61%-
XYZ22.5512.7857.78-
YUV99.03186.68154.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 60 (23.83% from 255) = 15.04%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=34.09%
G=15.04%
B=50.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136602030.330.7000.20271.8957.8951.57
Hex883CCB21460141103a34
Octal21074313411060244207264
Binary10001000111100110010111000011000110010100100010000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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