#821BC6

Color #821BC6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #821BC6

Tints of Dark Orchid #821BC6

Color information

#821BC6 (or 0x821BC6) is unknown color: approx Dark Orchid. HEX triplet: 82, 1B and C6. RGB value is (130,27,198). Sum of RGB (Red+Green+Blue) = 130+27+198=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #821BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BC6 is #7DE439. Grayscale: #4C4C4C. Windows color (decimal): -8250426 or 12983170. OLE color: 12983170.

HSL color Cylindrical-coordinate representation of color #821BC6: hue angle of 276.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821BC6 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13027198-
CMYK0.340.8600.22
HSL276.14º76%44.12%-
HSV(B)276.14º86.36%77.65%-
XYZ19.799.6154.24-
YUV77.29196.12165.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 27 (10.94% from 255) = 7.61%
BLUE value IS 198 (77.73% from 255) = 55.77%
R=36.62%
G=7.61%
B=55.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130271980.340.8600.22276.147644.12
Hex821BC622560161144c2c
Octal202333064212602642411454
Binary10000010110111100011010001010101100101101000101001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821BC6; }

 p { color: rgb(130,27,198); }

 H1.HeaderClassName
 {
   color: #821BC6;
 }
 .AnyTagClassName
 {
   color: #821BC6;
 }
</style>
background-color css

<style>
 a { background-color: #821BC6; }

 a { background-color: rgb(130,27,198); }

 div.DivClassName
 {
   background-color: #821BC6;
 }
 .BgClassName
 {
   background-color: #821BC6;
 }
</style>
border-color css

<style>
 span { border-color: #821BC6; }

 span { border-color: rgb(130,27,198); }

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