#823FC6

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

Shades of Dark Orchid #823FC6

Tints of Dark Orchid #823FC6

Color information

#823FC6 (or 0x823FC6) is unknown color: approx Dark Orchid. HEX triplet: 82, 3F and C6. RGB value is (130,63,198). Sum of RGB (Red+Green+Blue) = 130+63+198=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #823FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FC6 is #7DC039. Grayscale: #616161. Windows color (decimal): -8241210 or 12992386. OLE color: 12992386.

HSL color Cylindrical-coordinate representation of color #823FC6: hue angle of 269.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823FC6 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13063198-
CMYK0.340.6800.22
HSL269.78º54.22%51.18%-
HSV(B)269.78º68.18%77.65%-
XYZ21.1812.3854.7-
YUV98.42184.2150.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 198 (77.73% from 255) = 50.64%
R=33.25%
G=16.11%
B=50.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130631980.340.6800.22269.7854.2251.18
Hex823FC6224401610e3633
Octal20277306421040264166663
Binary10000010111111110001101000101000100010110100001110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823FC6; }

 p { color: rgb(130,63,198); }

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

<style>
 a { background-color: #823FC6; }

 a { background-color: rgb(130,63,198); }

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

<style>
 span { border-color: #823FC6; }

 span { border-color: rgb(130,63,198); }

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