Html Css Color HEX #841DC2 Dark Orchid

📋 copy color: '#841DC2'

red 132 ◦ green 29 ◦ blue 194

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

Shades of Dark Orchid #841DC2

Tints of Dark Orchid #841DC2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.17%

 BLUE value IS 194 (76.17% from 255) = 54.65%

R = 37.18%
G = 8.17%
B = 54.65%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#841DC2 (or 0x841DC2) is known color: Dark Orchid. HEX triplet: 84, 1D and C2. RGB value is (132,29,194). Sum of RGB (Red+Green+Blue) = 132+29+194=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 194 (76.17% from 255 or 54.65% from 355); Max value from RGB is 194 - color contains mainly: blue. Hex color #841DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841DC2 is #7BE23D. Grayscale: #4E4E4E. Windows color (decimal): -8118846 or 12721540. OLE color: 12721540.

HSL color Cylindrical-coordinate representation of color #841DC2: hue angle of 277.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841DC2 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 29 194 -
CMYK 0.32 0.85 0 0.24
HSL 277.45º 0.74% 0.44% -
HSV(B) 277.45º 0.85% 0.76% -
XYZ 19.69 9.68 51.87 -
YUV 78.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 132 29 194 0.32 0.85 0 0.24 277.45 0.74 0.44
Hex 84 1D C2 20 55 0 18 115 4A 2C
Octal 204 35 302 40 125 0 30 425 112 54
Binary 10000100 11101 11000010 100000 1010101 0 11000 100010101 1001010 101100

Color Harmonies of #841DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841DC2

Black with #841DC2

Text Example


Text Example

White with #841DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841DC2; }

 p { color: rgb(132,29,194); }

 H1.HeaderClassName
 {
   color: #841DC2;
 }
 .AnyTagClassName
 {
   color: #841DC2;
 }
</style>

background-color css

<style>
 a { background-color: #841DC2; }

 a { background-color: rgb(132,29,194); }

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

border-color css

<style>
 span { border-color: #841DC2; }

 span { border-color: rgb(132,29,194); }

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