Html Css Color HEX #843FCA Dark Orchid

📋 copy color: '#843FCA'

red 132 ◦ green 63 ◦ blue 202

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

Shades of Dark Orchid #843FCA

Tints of Dark Orchid #843FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 33.25%
G = 15.87%
B = 50.88%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#843FCA (or 0x843FCA) is known color: Dark Orchid. HEX triplet: 84, 3F and CA. RGB value is (132,63,202). Sum of RGB (Red+Green+Blue) = 132+63+202=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #843FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FCA is #7BC035. Grayscale: #626262. Windows color (decimal): -8110134 or 13254532. OLE color: 13254532.

HSL color Cylindrical-coordinate representation of color #843FCA: hue angle of 269.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843FCA is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 63 202 -
CMYK 0.35 0.69 0 0.21
HSL 269.78º 0.57% 0.52% -
HSV(B) 269.78º 0.69% 0.79% -
XYZ 21.95 12.72 57.18 -
YUV 99.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 132 63 202 0.35 0.69 0 0.21 269.78 0.57 0.52
Hex 84 3F CA 23 45 0 15 10E 39 34
Octal 204 77 312 43 105 0 25 416 71 64
Binary 10000100 111111 11001010 100011 1000101 0 10101 100001110 111001 110100

Color Harmonies of #843FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FCA

Black with #843FCA

Text Example


Text Example

White with #843FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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