Html Css Color HEX #842DCA Dark Orchid

📋 copy color: '#842DCA'

red 132 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #842DCA

Tints of Dark Orchid #842DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 34.83%
G = 11.87%
B = 53.3%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#842DCA (or 0x842DCA) is known color: Dark Orchid. HEX triplet: 84, 2D and CA. RGB value is (132,45,202). Sum of RGB (Red+Green+Blue) = 132+45+202=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #842DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DCA is #7BD235. Grayscale: #585858. Windows color (decimal): -8114742 or 13249924. OLE color: 13249924.

HSL color Cylindrical-coordinate representation of color #842DCA: hue angle of 273.25º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #842DCA is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 45 202 -
CMYK 0.35 0.78 0 0.21
HSL 273.25º 0.64% 0.48% -
HSV(B) 273.25º 0.78% 0.79% -
XYZ 21.11 11.05 56.9 -
YUV 88.91 191.82 158.73 -
System Red Green Blue C M Y K H S L
Decimal 132 45 202 0.35 0.78 0 0.21 273.25 0.64 0.48
Hex 84 2D CA 23 4E 0 15 111 40 30
Octal 204 55 312 43 116 0 25 421 100 60
Binary 10000100 101101 11001010 100011 1001110 0 10101 100010001 1000000 110000

Color Harmonies of #842DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842DCA

Black with #842DCA

Text Example


Text Example

White with #842DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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