Html Css Color HEX #843CBC Dark Orchid

📋 copy color: '#843CBC'

red 132 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #843CBC

Tints of Dark Orchid #843CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.79%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 34.74%
G = 15.79%
B = 49.47%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#843CBC (or 0x843CBC) is known color: Dark Orchid. HEX triplet: 84, 3C and BC. RGB value is (132,60,188). Sum of RGB (Red+Green+Blue) = 132+60+188=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #843CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CBC is #7BC343. Grayscale: #5F5F5F. Windows color (decimal): -8110916 or 12336260. OLE color: 12336260.

HSL color Cylindrical-coordinate representation of color #843CBC: hue angle of 273.75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843CBC is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 60 188 -
CMYK 0.30 0.68 0 0.26
HSL 273.75º 0.52% 0.49% -
HSV(B) 273.75º 0.68% 0.74% -
XYZ 20.21 11.77 48.78 -
YUV 96.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 132 60 188 0.30 0.68 0 0.26 273.75 0.52 0.49
Hex 84 3C BC 1E 44 0 1A 112 34 31
Octal 204 74 274 36 104 0 32 422 64 61
Binary 10000100 111100 10111100 11110 1000100 0 11010 100010010 110100 110001

Color Harmonies of #843CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843CBC

Black with #843CBC

Text Example


Text Example

White with #843CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,60,188); }

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

background-color css

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

 a { background-color: rgb(132,60,188); }

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

border-color css

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

 span { border-color: rgb(132,60,188); }

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