Html Css Color HEX #832FC0 Dark Orchid

📋 copy color: '#832FC0'

red 131 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #832FC0

Tints of Dark Orchid #832FC0

RGB

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

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

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

R = 35.41%
G = 12.7%
B = 51.89%

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

#832FC0 (or 0x832FC0) is known color: Dark Orchid. HEX triplet: 83, 2F and C0. RGB value is (131,47,192). Sum of RGB (Red+Green+Blue) = 131+47+192=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #832FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #832FC0 is #7CD03F. Grayscale: #585858. Windows color (decimal): -8179776 or 12595075. OLE color: 12595075.

HSL color Cylindrical-coordinate representation of color #832FC0: hue angle of 274.76º 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 #832FC0 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 47 192 -
CMYK 0.32 0.76 0 0.25
HSL 274.76º 0.61% 0.47% -
HSV(B) 274.76º 0.76% 0.75% -
XYZ 19.89 10.66 50.88 -
YUV 88.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 131 47 192 0.32 0.76 0 0.25 274.76 0.61 0.47
Hex 83 2F C0 20 4C 0 19 113 3D 2F
Octal 203 57 300 40 114 0 31 423 75 57
Binary 10000011 101111 11000000 100000 1001100 0 11001 100010011 111101 101111

Color Harmonies of #832FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832FC0

Black with #832FC0

Text Example


Text Example

White with #832FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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