Html Css Color HEX #803EC1 Dark Orchid

📋 copy color: '#803EC1'

red 128 ◦ green 62 ◦ blue 193

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

Shades of Dark Orchid #803EC1

Tints of Dark Orchid #803EC1

RGB

 RED value IS 128 (50.39% from 255) = 33.42%

 GREEN value IS 62 (24.61% from 255) = 16.19%

 BLUE value IS 193 (75.78% from 255) = 50.39%

R = 33.42%
G = 16.19%
B = 50.39%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#803EC1 (or 0x803EC1) is known color: Dark Orchid. HEX triplet: 80, 3E and C1. RGB value is (128,62,193). Sum of RGB (Red+Green+Blue) = 128+62+193=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #803EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EC1 is #7FC13E. Grayscale: #606060. Windows color (decimal): -8372543 or 12664448. OLE color: 12664448.

HSL color Cylindrical-coordinate representation of color #803EC1: hue angle of 270.23º degrees, saturation: 0.51, 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 #803EC1 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 62 193 -
CMYK 0.34 0.68 0 0.24
HSL 270.23º 0.51% 0.5% -
HSV(B) 270.23º 0.68% 0.76% -
XYZ 20.25 11.88 51.68 -
YUV 96.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 128 62 193 0.34 0.68 0 0.24 270.23 0.51 0.5
Hex 80 3E C1 22 44 0 18 10E 33 32
Octal 200 76 301 42 104 0 30 416 63 62
Binary 10000000 111110 11000001 100010 1000100 0 11000 100001110 110011 110010

Color Harmonies of #803EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803EC1

Black with #803EC1

Text Example


Text Example

White with #803EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803EC1; }

 p { color: rgb(128,62,193); }

 H1.HeaderClassName
 {
   color: #803EC1;
 }
 .AnyTagClassName
 {
   color: #803EC1;
 }
</style>

background-color css

<style>
 a { background-color: #803EC1; }

 a { background-color: rgb(128,62,193); }

 div.DivClassName
 {
   background-color: #803EC1;
 }
 .BgClassName
 {
   background-color: #803EC1;
 }
</style>

border-color css

<style>
 span { border-color: #803EC1; }

 span { border-color: rgb(128,62,193); }

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