Html Css Color HEX #821EC0 Dark Orchid

📋 copy color: '#821EC0'

red 130 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #821EC0

Tints of Dark Orchid #821EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.52%

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 36.93%
G = 8.52%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#821EC0 (or 0x821EC0) is known color: Dark Orchid. HEX triplet: 82, 1E and C0. RGB value is (130,30,192). Sum of RGB (Red+Green+Blue) = 130+30+192=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #821EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821EC0 is #7DE13F. Grayscale: #4D4D4D. Windows color (decimal): -8249664 or 12590722. OLE color: 12590722.

HSL color Cylindrical-coordinate representation of color #821EC0: hue angle of 277.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821EC0 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 30 192 -
CMYK 0.32 0.84 0 0.25
HSL 277.04º 0.73% 0.44% -
HSV(B) 277.04º 0.84% 0.75% -
XYZ 19.18 9.48 50.69 -
YUV 78.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 130 30 192 0.32 0.84 0 0.25 277.04 0.73 0.44
Hex 82 1E C0 20 54 0 19 115 49 2C
Octal 202 36 300 40 124 0 31 425 111 54
Binary 10000010 11110 11000000 100000 1010100 0 11001 100010101 1001001 101100

Color Harmonies of #821EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EC0

Black with #821EC0

Text Example


Text Example

White with #821EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,30,192); }

 H1.HeaderClassName
 {
   color: #821EC0;
 }
 .AnyTagClassName
 {
   color: #821EC0;
 }
</style>

background-color css

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

 a { background-color: rgb(130,30,192); }

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

border-color css

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

 span { border-color: rgb(130,30,192); }

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