Html Css Color HEX #822BC4 Dark Orchid

📋 copy color: '#822BC4'

red 130 ◦ green 43 ◦ blue 196

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

Shades of Dark Orchid #822BC4

Tints of Dark Orchid #822BC4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.65%

 BLUE value IS 196 (76.95% from 255) = 53.12%

R = 35.23%
G = 11.65%
B = 53.12%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#822BC4 (or 0x822BC4) is known color: Dark Orchid. HEX triplet: 82, 2B and C4. RGB value is (130,43,196). Sum of RGB (Red+Green+Blue) = 130+43+196=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #822BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BC4 is #7DD43B. Grayscale: #555555. Windows color (decimal): -8246332 or 12856194. OLE color: 12856194.

HSL color Cylindrical-coordinate representation of color #822BC4: hue angle of 274.12º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #822BC4 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 43 196 -
CMYK 0.34 0.78 0 0.23
HSL 274.12º 0.64% 0.47% -
HSV(B) 274.12º 0.78% 0.77% -
XYZ 20.03 10.46 53.19 -
YUV 86.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 130 43 196 0.34 0.78 0 0.23 274.12 0.64 0.47
Hex 82 2B C4 22 4E 0 17 112 40 2F
Octal 202 53 304 42 116 0 27 422 100 57
Binary 10000010 101011 11000100 100010 1001110 0 10111 100010010 1000000 101111

Color Harmonies of #822BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822BC4

Black with #822BC4

Text Example


Text Example

White with #822BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,43,196); }

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

background-color css

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

 a { background-color: rgb(130,43,196); }

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

border-color css

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

 span { border-color: rgb(130,43,196); }

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