Html Css Color HEX #822CBC Dark Orchid

📋 copy color: '#822CBC'

red 130 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #822CBC

Tints of Dark Orchid #822CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 35.91%
G = 12.15%
B = 51.93%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#822CBC (or 0x822CBC) is known color: Dark Orchid. HEX triplet: 82, 2C and BC. RGB value is (130,44,188). Sum of RGB (Red+Green+Blue) = 130+44+188=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #822CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CBC is #7DD343. Grayscale: #555555. Windows color (decimal): -8246084 or 12332162. OLE color: 12332162.

HSL color Cylindrical-coordinate representation of color #822CBC: hue angle of 275.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822CBC is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 44 188 -
CMYK 0.31 0.77 0 0.26
HSL 275.83º 0.62% 0.45% -
HSV(B) 275.83º 0.77% 0.74% -
XYZ 19.18 10.18 48.53 -
YUV 86.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 130 44 188 0.31 0.77 0 0.26 275.83 0.62 0.45
Hex 82 2C BC 1F 4D 0 1A 114 3E 2D
Octal 202 54 274 37 115 0 32 424 76 55
Binary 10000010 101100 10111100 11111 1001101 0 11010 100010100 111110 101101

Color Harmonies of #822CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822CBC

Black with #822CBC

Text Example


Text Example

White with #822CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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