Html Css Color HEX #822DC2 Dark Orchid

📋 copy color: '#822DC2'

red 130 ◦ green 45 ◦ blue 194

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

Shades of Dark Orchid #822DC2

Tints of Dark Orchid #822DC2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 35.23%
G = 12.2%
B = 52.57%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#822DC2 (or 0x822DC2) is known color: Dark Orchid. HEX triplet: 82, 2D and C2. RGB value is (130,45,194). Sum of RGB (Red+Green+Blue) = 130+45+194=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #822DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DC2 is #7DD23D. Grayscale: #565656. Windows color (decimal): -8245822 or 12725634. OLE color: 12725634.

HSL color Cylindrical-coordinate representation of color #822DC2: hue angle of 274.23º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822DC2 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 45 194 -
CMYK 0.33 0.77 0 0.24
HSL 274.23º 0.62% 0.47% -
HSV(B) 274.23º 0.77% 0.76% -
XYZ 19.88 10.52 52.02 -
YUV 87.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 130 45 194 0.33 0.77 0 0.24 274.23 0.62 0.47
Hex 82 2D C2 21 4D 0 18 112 3E 2F
Octal 202 55 302 41 115 0 30 422 76 57
Binary 10000010 101101 11000010 100001 1001101 0 11000 100010010 111110 101111

Color Harmonies of #822DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DC2

Black with #822DC2

Text Example


Text Example

White with #822DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,45,194); }

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

background-color css

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

 a { background-color: rgb(130,45,194); }

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

border-color css

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

 span { border-color: rgb(130,45,194); }

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