#8044C8

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

Shades of Dark Orchid #8044C8

Tints of Dark Orchid #8044C8

Color information

#8044C8 (or 0x8044C8) is unknown color: approx Dark Orchid. HEX triplet: 80, 44 and C8. RGB value is (128,68,200). Sum of RGB (Red+Green+Blue) = 128+68+200=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #8044C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044C8 is #7FBB37. Grayscale: #646464. Windows color (decimal): -8371000 or 13124736. OLE color: 13124736.

HSL color Cylindrical-coordinate representation of color #8044C8: hue angle of 267.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8044C8 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12868200-
CMYK0.360.6600.22
HSL267.27º54.55%52.55%-
HSV(B)267.27º66%78.43%-
XYZ21.3912.8956-
YUV100.99183.88147.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=32.32%
G=17.17%
B=50.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128682000.360.6600.22267.2754.5552.55
Hex8044C8244201610b3735
Octal200104310441020264136765
Binary100000001000100110010001001001000010010110100001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8044C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8044C8; }

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

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

<style>
 a { background-color: #8044C8; }

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

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

<style>
 span { border-color: #8044C8; }

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

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