Html Css Color HEX #832FC2 Dark Orchid

📋 copy color: '#832FC2'

red 131 ◦ green 47 ◦ blue 194

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

Shades of Dark Orchid #832FC2

Tints of Dark Orchid #832FC2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 35.22%
G = 12.63%
B = 52.15%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#832FC2 (or 0x832FC2) is known color: Dark Orchid. HEX triplet: 83, 2F and C2. RGB value is (131,47,194). Sum of RGB (Red+Green+Blue) = 131+47+194=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #832FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FC2 is #7CD03D. Grayscale: #585858. Windows color (decimal): -8179774 or 12726147. OLE color: 12726147.

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

Color convert

RGB 131 47 194 -
CMYK 0.32 0.76 0 0.24
HSL 274.29º 0.61% 0.47% -
HSV(B) 274.29º 0.76% 0.76% -
XYZ 20.11 10.75 52.05 -
YUV 88.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 131 47 194 0.32 0.76 0 0.24 274.29 0.61 0.47
Hex 83 2F C2 20 4C 0 18 112 3D 2F
Octal 203 57 302 40 114 0 30 422 75 57
Binary 10000011 101111 11000010 100000 1001100 0 11000 100010010 111101 101111

Color Harmonies of #832FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FC2

Black with #832FC2

Text Example


Text Example

White with #832FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,47,194); }

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

background-color css

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

 a { background-color: rgb(131,47,194); }

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

border-color css

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

 span { border-color: rgb(131,47,194); }

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