Html Css Color HEX #843DC1 Dark Orchid

📋 copy color: '#843DC1'

red 132 ◦ green 61 ◦ blue 193

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

Shades of Dark Orchid #843DC1

Tints of Dark Orchid #843DC1

RGB

 RED value IS 132 (51.95% from 255) = 34.2%

 GREEN value IS 61 (24.22% from 255) = 15.8%

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

R = 34.2%
G = 15.8%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#843DC1 (or 0x843DC1) is known color: Dark Orchid. HEX triplet: 84, 3D and C1. RGB value is (132,61,193). Sum of RGB (Red+Green+Blue) = 132+61+193=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #843DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DC1 is #7BC23E. Grayscale: #606060. Windows color (decimal): -8110655 or 12664196. OLE color: 12664196.

HSL color Cylindrical-coordinate representation of color #843DC1: hue angle of 272.27º 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 #843DC1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 61 193 -
CMYK 0.32 0.68 0 0.24
HSL 272.27º 0.52% 0.5% -
HSV(B) 272.27º 0.68% 0.76% -
XYZ 20.81 12.09 51.69 -
YUV 97.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 132 61 193 0.32 0.68 0 0.24 272.27 0.52 0.5
Hex 84 3D C1 20 44 0 18 110 34 32
Octal 204 75 301 40 104 0 30 420 64 62
Binary 10000100 111101 11000001 100000 1000100 0 11000 100010000 110100 110010

Color Harmonies of #843DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843DC1

Black with #843DC1

Text Example


Text Example

White with #843DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #843DC1;
 }
 .AnyTagClassName
 {
   color: #843DC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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