#823DC1

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

Shades of Dark Orchid #823DC1

Tints of Dark Orchid #823DC1

Color information

#823DC1 (or 0x823DC1) is unknown color: approx Dark Orchid. HEX triplet: 82, 3D and C1. RGB value is (130,61,193). Sum of RGB (Red+Green+Blue) = 130+61+193=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #823DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DC1 is #7DC23E. Grayscale: #606060. Windows color (decimal): -8241727 or 12664194. OLE color: 12664194.

HSL color Cylindrical-coordinate representation of color #823DC1: hue angle of 271.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823DC1 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13061193-
CMYK0.330.6800.24
HSL271.36º51.97%49.8%-
HSV(B)271.36º68.39%75.69%-
XYZ20.511.9351.68-
YUV96.68182.36151.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.85%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=33.85%
G=15.89%
B=50.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130611930.330.6800.24271.3651.9749.8
Hex823DC1214401810f3432
Octal20275301411040304176462
Binary10000010111101110000011000011000100011000100001111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,61,193); }

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

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

 a { background-color: rgb(130,61,193); }

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

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

 span { border-color: rgb(130,61,193); }

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