#801FC5

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

Shades of Dark Orchid #801FC5

Tints of Dark Orchid #801FC5

Color information

#801FC5 (or 0x801FC5) is unknown color: approx Dark Orchid. HEX triplet: 80, 1F and C5. RGB value is (128,31,197). Sum of RGB (Red+Green+Blue) = 128+31+197=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #801FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FC5 is #7FE03A. Grayscale: #4E4E4E. Windows color (decimal): -8380475 or 12918656. OLE color: 12918656.

HSL color Cylindrical-coordinate representation of color #801FC5: hue angle of 275.06º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801FC5 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12831197-
CMYK0.350.8400.23
HSL275.06º72.81%44.71%-
HSV(B)275.06º84.26%77.25%-
XYZ19.479.653.65-
YUV78.93194.64163-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 31 (12.5% from 255) = 8.71%
BLUE value IS 197 (77.34% from 255) = 55.34%
R=35.96%
G=8.71%
B=55.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128311970.350.8400.23275.0672.8144.71
Hex801FC52354017113492d
Octal200373054312402742311155
Binary10000000111111100010110001110101000101111000100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801FC5; }

 p { color: rgb(128,31,197); }

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

<style>
 a { background-color: #801FC5; }

 a { background-color: rgb(128,31,197); }

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

<style>
 span { border-color: #801FC5; }

 span { border-color: rgb(128,31,197); }

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