Html Css Color HEX #842CBC Dark Orchid

📋 copy color: '#842CBC'

red 132 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #842CBC

Tints of Dark Orchid #842CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.09%

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 36.26%
G = 12.09%
B = 51.65%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#842CBC (or 0x842CBC) is known color: Dark Orchid. HEX triplet: 84, 2C and BC. RGB value is (132,44,188). Sum of RGB (Red+Green+Blue) = 132+44+188=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #842CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CBC is #7BD343. Grayscale: #565656. Windows color (decimal): -8115012 or 12332164. OLE color: 12332164.

HSL color Cylindrical-coordinate representation of color #842CBC: hue angle of 276.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842CBC is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 44 188 -
CMYK 0.30 0.77 0 0.26
HSL 276.67º 0.62% 0.45% -
HSV(B) 276.67º 0.77% 0.74% -
XYZ 19.49 10.34 48.54 -
YUV 86.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 132 44 188 0.30 0.77 0 0.26 276.67 0.62 0.45
Hex 84 2C BC 1E 4D 0 1A 115 3E 2D
Octal 204 54 274 36 115 0 32 425 76 55
Binary 10000100 101100 10111100 11110 1001101 0 11010 100010101 111110 101101

Color Harmonies of #842CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842CBC

Black with #842CBC

Text Example


Text Example

White with #842CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,44,188); }

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

background-color css

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

 a { background-color: rgb(132,44,188); }

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

border-color css

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

 span { border-color: rgb(132,44,188); }

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