Html Css Color HEX #822CB0 Dark Orchid

📋 copy color: '#822CB0'

red 130 ◦ green 44 ◦ blue 176

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

Shades of Dark Orchid #822CB0

Tints of Dark Orchid #822CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.57%

 BLUE value IS 176 (69.14% from 255) = 50.29%

R = 37.14%
G = 12.57%
B = 50.29%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#822CB0 (or 0x822CB0) is known color: Dark Orchid. HEX triplet: 82, 2C and B0. RGB value is (130,44,176). Sum of RGB (Red+Green+Blue) = 130+44+176=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #822CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822CB0 is #7DD34F. Grayscale: #545454. Windows color (decimal): -8246096 or 11545730. OLE color: 11545730.

HSL color Cylindrical-coordinate representation of color #822CB0: hue angle of 279.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822CB0 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 44 176 -
CMYK 0.26 0.75 0 0.31
HSL 279.09º 0.6% 0.43% -
HSV(B) 279.09º 0.75% 0.69% -
XYZ 17.94 9.68 42 -
YUV 84.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 130 44 176 0.26 0.75 0 0.31 279.09 0.6 0.43
Hex 82 2C B0 1A 4B 0 1F 117 3C 2B
Octal 202 54 260 32 113 0 37 427 74 53
Binary 10000010 101100 10110000 11010 1001011 0 11111 100010111 111100 101011

Color Harmonies of #822CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822CB0

Black with #822CB0

Text Example


Text Example

White with #822CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,44,176); }

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

background-color css

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

 a { background-color: rgb(130,44,176); }

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

border-color css

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

 span { border-color: rgb(130,44,176); }

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