#802BC0

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

Shades of Dark Orchid #802BC0

Tints of Dark Orchid #802BC0

Color information

#802BC0 (or 0x802BC0) is unknown color: approx Dark Orchid. HEX triplet: 80, 2B and C0. RGB value is (128,43,192). Sum of RGB (Red+Green+Blue) = 128+43+192=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #802BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BC0 is #7FD43F. Grayscale: #545454. Windows color (decimal): -8377408 or 12594048. OLE color: 12594048.

HSL color Cylindrical-coordinate representation of color #802BC0: hue angle of 274.23º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802BC0 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12843192-
CMYK0.330.7800.25
HSL274.23º63.4%46.08%-
HSV(B)274.23º77.6%75.29%-
XYZ19.2810.1250.81-
YUV85.4188.16158.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 43 (17.19% from 255) = 11.85%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=35.26%
G=11.85%
B=52.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128431920.330.7800.25274.2363.446.08
Hex802BC0214E0191123f2e
Octal20053300411160314227756
Binary10000000101011110000001000011001110011001100010010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802BC0; }

 p { color: rgb(128,43,192); }

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

<style>
 a { background-color: #802BC0; }

 a { background-color: rgb(128,43,192); }

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

<style>
 span { border-color: #802BC0; }

 span { border-color: rgb(128,43,192); }

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