#822DC7

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

Shades of Dark Orchid #822DC7

Tints of Dark Orchid #822DC7

Color information

#822DC7 (or 0x822DC7) is unknown color: approx Dark Orchid. HEX triplet: 82, 2D and C7. RGB value is (130,45,199). Sum of RGB (Red+Green+Blue) = 130+45+199=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #822DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DC7 is #7DD238. Grayscale: #575757. Windows color (decimal): -8245817 or 13053314. OLE color: 13053314.

HSL color Cylindrical-coordinate representation of color #822DC7: hue angle of 273.12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #822DC7 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13045199-
CMYK0.350.7700.22
HSL273.12º63.11%47.84%-
HSV(B)273.12º77.39%78.04%-
XYZ20.4510.7555.03-
YUV87.97190.66157.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 199 (78.12% from 255) = 53.21%
R=34.76%
G=12.03%
B=53.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130451990.350.7700.22273.1263.1147.84
Hex822DC7234D0161113f30
Octal20255307431150264217760
Binary10000010101101110001111000111001101010110100010001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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