Html Css Color HEX #822EC0 Dark Orchid

📋 copy color: '#822EC0'

red 130 ◦ green 46 ◦ blue 192

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

Shades of Dark Orchid #822EC0

Tints of Dark Orchid #822EC0

RGB

 RED value IS 130 (51.17% from 255) = 35.33%

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

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

R = 35.33%
G = 12.5%
B = 52.17%

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

#822EC0 (or 0x822EC0) is known color: Dark Orchid. HEX triplet: 82, 2E and C0. RGB value is (130,46,192). Sum of RGB (Red+Green+Blue) = 130+46+192=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #822EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822EC0 is #7DD13F. Grayscale: #575757. Windows color (decimal): -8245568 or 12594818. OLE color: 12594818.

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

Color convert

RGB 130 46 192 -
CMYK 0.32 0.76 0 0.25
HSL 274.52º 0.61% 0.47% -
HSV(B) 274.52º 0.76% 0.75% -
XYZ 19.7 10.51 50.86 -
YUV 87.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 130 46 192 0.32 0.76 0 0.25 274.52 0.61 0.47
Hex 82 2E C0 20 4C 0 19 113 3D 2F
Octal 202 56 300 40 114 0 31 423 75 57
Binary 10000010 101110 11000000 100000 1001100 0 11001 100010011 111101 101111

Color Harmonies of #822EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822EC0

Black with #822EC0

Text Example


Text Example

White with #822EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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