#821DC6

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

Shades of Dark Orchid #821DC6

Tints of Dark Orchid #821DC6

Color information

#821DC6 (or 0x821DC6) is unknown color: approx Dark Orchid. HEX triplet: 82, 1D and C6. RGB value is (130,29,198). Sum of RGB (Red+Green+Blue) = 130+29+198=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #821DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DC6 is #7DE239. Grayscale: #4D4D4D. Windows color (decimal): -8249914 or 12983682. OLE color: 12983682.

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

Color convert

RGB13029198-
CMYK0.340.8500.22
HSL275.86º74.45%44.51%-
HSV(B)275.86º85.35%77.65%-
XYZ19.849.754.25-
YUV78.46195.46164.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 29 (11.72% from 255) = 8.12%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=36.41%
G=8.12%
B=55.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130291980.340.8500.22275.8674.4544.51
Hex821DC622550161144a2d
Octal202353064212502642411255
Binary10000010111011100011010001010101010101101000101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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