#883FC0

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

Shades of Dark Orchid #883FC0

Tints of Dark Orchid #883FC0

Color information

#883FC0 (or 0x883FC0) is unknown color: approx Dark Orchid. HEX triplet: 88, 3F and C0. RGB value is (136,63,192). Sum of RGB (Red+Green+Blue) = 136+63+192=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #883FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FC0 is #77C03F. Grayscale: #636363. Windows color (decimal): -7848000 or 12599176. OLE color: 12599176.

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

Color convert

RGB13663192-
CMYK0.290.6700.25
HSL273.95º50.59%50%-
HSV(B)273.95º67.19%75.29%-
XYZ21.4512.651.17-
YUV99.53180.18154.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 192 (75.39% from 255) = 49.10%
R=34.78%
G=16.11%
B=49.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136631920.290.6700.25273.9550.5950
Hex883FC01D430191123332
Octal21077300351030314226362
Binary1000100011111111000000111011000011011001100010010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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