Html Css Color HEX #842DC1 Dark Orchid

📋 copy color: '#842DC1'

red 132 ◦ green 45 ◦ blue 193

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

Shades of Dark Orchid #842DC1

Tints of Dark Orchid #842DC1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.16%

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

R = 35.68%
G = 12.16%
B = 52.16%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#842DC1 (or 0x842DC1) is known color: Dark Orchid. HEX triplet: 84, 2D and C1. RGB value is (132,45,193). Sum of RGB (Red+Green+Blue) = 132+45+193=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #842DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DC1 is #7BD23E. Grayscale: #575757. Windows color (decimal): -8114751 or 12660100. OLE color: 12660100.

HSL color Cylindrical-coordinate representation of color #842DC1: hue angle of 275.27º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842DC1 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 45 193 -
CMYK 0.32 0.77 0 0.24
HSL 275.27º 0.62% 0.47% -
HSV(B) 275.27º 0.77% 0.76% -
XYZ 20.08 10.63 51.45 -
YUV 87.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 132 45 193 0.32 0.77 0 0.24 275.27 0.62 0.47
Hex 84 2D C1 20 4D 0 18 113 3E 2F
Octal 204 55 301 40 115 0 30 423 76 57
Binary 10000100 101101 11000001 100000 1001101 0 11000 100010011 111110 101111

Color Harmonies of #842DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DC1

Black with #842DC1

Text Example


Text Example

White with #842DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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