Html Css Color HEX #843BCC Dark Orchid

📋 copy color: '#843BCC'

red 132 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #843BCC

Tints of Dark Orchid #843BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.94%

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

R = 33.42%
G = 14.94%
B = 51.65%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#843BCC (or 0x843BCC) is known color: Dark Orchid. HEX triplet: 84, 3B and CC. RGB value is (132,59,204). Sum of RGB (Red+Green+Blue) = 132+59+204=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #843BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BCC is #7BC433. Grayscale: #606060. Windows color (decimal): -8111156 or 13384580. OLE color: 13384580.

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

Color convert

RGB 132 59 204 -
CMYK 0.35 0.71 0 0.2
HSL 270.21º 0.59% 0.52% -
HSV(B) 270.21º 0.71% 0.8% -
XYZ 21.98 12.39 58.36 -
YUV 97.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 132 59 204 0.35 0.71 0 0.2 270.21 0.59 0.52
Hex 84 3B CC 23 47 0 14 10E 3B 34
Octal 204 73 314 43 107 0 24 416 73 64
Binary 10000100 111011 11001100 100011 1000111 0 10100 100001110 111011 110100

Color Harmonies of #843BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843BCC

Black with #843BCC

Text Example


Text Example

White with #843BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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