Html Css Color HEX #823DC1 Dark Orchid

📋 copy color: '#823DC1'

red 130 ◦ green 61 ◦ blue 193

#823DC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #823DC1

Tints of Dark Orchid #823DC1

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 value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#823DC1 (or 0x823DC1) is known color: 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

RGB 130 61 193 -
CMYK 0.33 0.68 0 0.24
HSL 271.36º 0.52% 0.5% -
HSV(B) 271.36º 0.68% 0.76% -
XYZ 20.5 11.93 51.68 -
YUV 96.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 130 61 193 0.33 0.68 0 0.24 271.36 0.52 0.5
Hex 82 3D C1 21 44 0 18 10F 34 32
Octal 202 75 301 41 104 0 30 417 64 62
Binary 10000010 111101 11000001 100001 1000100 0 11000 100001111 110100 110010

Color Harmonies of #823DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DC1

Black with #823DC1

Text Example


Text Example

White with #823DC1

Text Example


Text Example

HTML Codes & Css Web 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>