Html Css Color HEX #843ECC Dark Orchid

📋 copy color: '#843ECC'

red 132 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #843ECC

Tints of Dark Orchid #843ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 33.17%
G = 15.58%
B = 51.26%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#843ECC (or 0x843ECC) is known color: Dark Orchid. HEX triplet: 84, 3E and CC. RGB value is (132,62,204). Sum of RGB (Red+Green+Blue) = 132+62+204=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #843ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ECC is #7BC133. Grayscale: #626262. Windows color (decimal): -8110388 or 13385348. OLE color: 13385348.

HSL color Cylindrical-coordinate representation of color #843ECC: hue angle of 269.58º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843ECC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 62 204 -
CMYK 0.35 0.70 0 0.2
HSL 269.58º 0.58% 0.52% -
HSV(B) 269.58º 0.7% 0.8% -
XYZ 22.14 12.71 58.41 -
YUV 99.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 132 62 204 0.35 0.70 0 0.2 269.58 0.58 0.52
Hex 84 3E CC 23 46 0 14 10E 3A 34
Octal 204 76 314 43 106 0 24 416 72 64
Binary 10000100 111110 11001100 100011 1000110 0 10100 100001110 111010 110100

Color Harmonies of #843ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843ECC

Black with #843ECC

Text Example


Text Example

White with #843ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843ECC; }

 p { color: rgb(132,62,204); }

 H1.HeaderClassName
 {
   color: #843ECC;
 }
 .AnyTagClassName
 {
   color: #843ECC;
 }
</style>

background-color css

<style>
 a { background-color: #843ECC; }

 a { background-color: rgb(132,62,204); }

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

border-color css

<style>
 span { border-color: #843ECC; }

 span { border-color: rgb(132,62,204); }

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