Html Css Color HEX #842ECA Dark Orchid

📋 copy color: '#842ECA'

red 132 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #842ECA

Tints of Dark Orchid #842ECA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.11%

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

R = 34.74%
G = 12.11%
B = 53.16%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#842ECA (or 0x842ECA) is known color: Dark Orchid. HEX triplet: 84, 2E and CA. RGB value is (132,46,202). Sum of RGB (Red+Green+Blue) = 132+46+202=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #842ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ECA is #7BD135. Grayscale: #585858. Windows color (decimal): -8114486 or 13250180. OLE color: 13250180.

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

Color convert

RGB 132 46 202 -
CMYK 0.35 0.77 0 0.21
HSL 273.08º 0.63% 0.49% -
HSV(B) 273.08º 0.77% 0.79% -
XYZ 21.15 11.12 56.91 -
YUV 89.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 132 46 202 0.35 0.77 0 0.21 273.08 0.63 0.49
Hex 84 2E CA 23 4D 0 15 111 3F 31
Octal 204 56 312 43 115 0 25 421 77 61
Binary 10000100 101110 11001010 100011 1001101 0 10101 100010001 111111 110001

Color Harmonies of #842ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842ECA

Black with #842ECA

Text Example


Text Example

White with #842ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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