Html Css Color HEX #832EC0 Dark Orchid

📋 copy color: '#832EC0'

red 131 ◦ green 46 ◦ blue 192

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

Shades of Dark Orchid #832EC0

Tints of Dark Orchid #832EC0

RGB

 RED value IS 131 (51.56% from 255) = 35.5%

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

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 35.5%
G = 12.47%
B = 52.03%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#832EC0 (or 0x832EC0) is known color: Dark Orchid. HEX triplet: 83, 2E and C0. RGB value is (131,46,192). Sum of RGB (Red+Green+Blue) = 131+46+192=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #832EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832EC0 is #7CD13F. Grayscale: #575757. Windows color (decimal): -8180032 or 12594819. OLE color: 12594819.

HSL color Cylindrical-coordinate representation of color #832EC0: hue angle of 274.93º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832EC0 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 46 192 -
CMYK 0.32 0.76 0 0.25
HSL 274.93º 0.61% 0.47% -
HSV(B) 274.93º 0.76% 0.75% -
XYZ 19.85 10.59 50.87 -
YUV 88.06 186.66 158.63 -
System Red Green Blue C M Y K H S L
Decimal 131 46 192 0.32 0.76 0 0.25 274.93 0.61 0.47
Hex 83 2E C0 20 4C 0 19 113 3D 2F
Octal 203 56 300 40 114 0 31 423 75 57
Binary 10000011 101110 11000000 100000 1001100 0 11001 100010011 111101 101111

Color Harmonies of #832EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832EC0

Black with #832EC0

Text Example


Text Example

White with #832EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832EC0; }

 p { color: rgb(131,46,192); }

 H1.HeaderClassName
 {
   color: #832EC0;
 }
 .AnyTagClassName
 {
   color: #832EC0;
 }
</style>

background-color css

<style>
 a { background-color: #832EC0; }

 a { background-color: rgb(131,46,192); }

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

border-color css

<style>
 span { border-color: #832EC0; }

 span { border-color: rgb(131,46,192); }

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