#883dc0

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

Shades of Dark Orchid #883DC0

Tints of Dark Orchid #883DC0

Color information

#883DC0 (or 0x883DC0) is unknown color: approx Dark Orchid. HEX triplet: 88, 3D and C0. RGB value is (136,61,192). Sum of RGB (Red+Green+Blue) = 136+61+192=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #883DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DC0 is #77C23F. Grayscale: #616161. Windows color (decimal): -7848512 or 12598664. OLE color: 12598664.

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

Color convert

RGB13661192-
CMYK0.290.6800.25
HSL274.35º51.78%49.61%-
HSV(B)274.35º68.23%75.29%-
XYZ21.3412.3851.13-
YUV98.36180.85154.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=34.96%
G=15.68%
B=49.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136611920.290.6800.25274.3551.7849.61
Hex883DC01D440191123432
Octal21075300351040314226462
Binary1000100011110111000000111011000100011001100010010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883dc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,61,192); }

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

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

 a { background-color: rgb(136,61,192); }

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

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

 span { border-color: rgb(136,61,192); }

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