Html Css Color HEX #821CBC Dark Orchid

📋 copy color: '#821CBC'

red 130 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #821CBC

Tints of Dark Orchid #821CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 37.57%
G = 8.09%
B = 54.34%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#821CBC (or 0x821CBC) is known color: Dark Orchid. HEX triplet: 82, 1C and BC. RGB value is (130,28,188). Sum of RGB (Red+Green+Blue) = 130+28+188=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #821CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CBC is #7DE343. Grayscale: #4C4C4C. Windows color (decimal): -8250180 or 12328066. OLE color: 12328066.

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

Color convert

RGB 130 28 188 -
CMYK 0.31 0.85 0 0.26
HSL 278.25º 0.74% 0.42% -
HSV(B) 278.25º 0.85% 0.74% -
XYZ 18.7 9.21 48.37 -
YUV 76.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 130 28 188 0.31 0.85 0 0.26 278.25 0.74 0.42
Hex 82 1C BC 1F 55 0 1A 116 4A 2A
Octal 202 34 274 37 125 0 32 426 112 52
Binary 10000010 11100 10111100 11111 1010101 0 11010 100010110 1001010 101010

Color Harmonies of #821CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CBC

Black with #821CBC

Text Example


Text Example

White with #821CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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