Html Css Color HEX #822FC0 Dark Orchid

📋 copy color: '#822FC0'

red 130 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #822FC0

Tints of Dark Orchid #822FC0

RGB

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

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

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

R = 35.23%
G = 12.74%
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

#822FC0 (or 0x822FC0) is known color: Dark Orchid. HEX triplet: 82, 2F and C0. RGB value is (130,47,192). Sum of RGB (Red+Green+Blue) = 130+47+192=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 47 (18.75% from 255 or 12.74% 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 #822FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822FC0 is #7DD03F. Grayscale: #575757. Windows color (decimal): -8245312 or 12595074. OLE color: 12595074.

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

Color convert

RGB 130 47 192 -
CMYK 0.32 0.76 0 0.25
HSL 274.34º 0.61% 0.47% -
HSV(B) 274.34º 0.76% 0.75% -
XYZ 19.74 10.58 50.87 -
YUV 88.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 130 47 192 0.32 0.76 0 0.25 274.34 0.61 0.47
Hex 82 2F C0 20 4C 0 19 112 3D 2F
Octal 202 57 300 40 114 0 31 422 75 57
Binary 10000010 101111 11000000 100000 1001100 0 11001 100010010 111101 101111

Color Harmonies of #822FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822FC0

Black with #822FC0

Text Example


Text Example

White with #822FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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