#823FC4

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

Shades of Dark Orchid #823FC4

Tints of Dark Orchid #823FC4

Color information

#823FC4 (or 0x823FC4) is unknown color: approx Dark Orchid. HEX triplet: 82, 3F and C4. RGB value is (130,63,196). Sum of RGB (Red+Green+Blue) = 130+63+196=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #823FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FC4 is #7DC03B. Grayscale: #616161. Windows color (decimal): -8241212 or 12861314. OLE color: 12861314.

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

Color convert

RGB13063196-
CMYK0.340.6800.23
HSL270.23º52.99%50.78%-
HSV(B)270.23º67.86%76.86%-
XYZ20.9512.2953.49-
YUV98.2183.2150.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 196 (76.95% from 255) = 50.39%
R=33.42%
G=16.20%
B=50.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130631960.340.6800.23270.2352.9950.78
Hex823FC4224401710e3533
Octal20277304421040274166563
Binary10000010111111110001001000101000100010111100001110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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