#802DBC

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

Shades of Dark Orchid #802DBC

Tints of Dark Orchid #802DBC

Color information

#802DBC (or 0x802DBC) is unknown color: approx Dark Orchid. HEX triplet: 80, 2D and BC. RGB value is (128,45,188). Sum of RGB (Red+Green+Blue) = 128+45+188=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #802DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DBC is #7FD243. Grayscale: #555555. Windows color (decimal): -8376900 or 12332416. OLE color: 12332416.

HSL color Cylindrical-coordinate representation of color #802DBC: hue angle of 274.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802DBC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12845188-
CMYK0.320.7600.26
HSL274.83º61.37%45.69%-
HSV(B)274.83º76.06%73.73%-
XYZ18.9210.148.53-
YUV86.12185.5157.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 45 (17.97% from 255) = 12.47%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=35.46%
G=12.47%
B=52.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128451880.320.7600.26274.8361.3745.69
Hex802DBC204C01A1133d2e
Octal20055274401140324237556
Binary10000000101101101111001000001001100011010100010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,45,188); }

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

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

 a { background-color: rgb(128,45,188); }

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

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

 span { border-color: rgb(128,45,188); }

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