#803EC8

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

Shades of Dark Orchid #803EC8

Tints of Dark Orchid #803EC8

Color information

#803EC8 (or 0x803EC8) is unknown color: approx Dark Orchid. HEX triplet: 80, 3E and C8. RGB value is (128,62,200). Sum of RGB (Red+Green+Blue) = 128+62+200=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #803EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EC8 is #7FC137. Grayscale: #606060. Windows color (decimal): -8372536 or 13123200. OLE color: 13123200.

HSL color Cylindrical-coordinate representation of color #803EC8: hue angle of 268.7º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803EC8 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12862200-
CMYK0.360.6900.22
HSL268.7º55.65%51.37%-
HSV(B)268.7º69%78.43%-
XYZ21.0512.255.89-
YUV97.47185.87149.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 62 (24.61% from 255) = 15.90%
BLUE value IS 200 (78.52% from 255) = 51.28%
R=32.82%
G=15.90%
B=51.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128622000.360.6900.22268.755.6551.37
Hex803EC8244501610d3833
Octal20076310441050264157063
Binary10000000111110110010001001001000101010110100001101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803EC8; }

 p { color: rgb(128,62,200); }

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

<style>
 a { background-color: #803EC8; }

 a { background-color: rgb(128,62,200); }

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

<style>
 span { border-color: #803EC8; }

 span { border-color: rgb(128,62,200); }

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