Html Css Color HEX #812CB2 Dark Orchid

📋 copy color: '#812CB2'

red 129 ◦ green 44 ◦ blue 178

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

Shades of Dark Orchid #812CB2

Tints of Dark Orchid #812CB2

RGB

 RED value IS 129 (50.78% from 255) = 36.75%

 GREEN value IS 44 (17.58% from 255) = 12.54%

 BLUE value IS 178 (69.92% from 255) = 50.71%

R = 36.75%
G = 12.54%
B = 50.71%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#812CB2 (or 0x812CB2) is known color: Dark Orchid. HEX triplet: 81, 2C and B2. RGB value is (129,44,178). Sum of RGB (Red+Green+Blue) = 129+44+178=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #812CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812CB2 is #7ED34D. Grayscale: #545454. Windows color (decimal): -8311630 or 11676801. OLE color: 11676801.

HSL color Cylindrical-coordinate representation of color #812CB2: hue angle of 278.06º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812CB2 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 44 178 -
CMYK 0.28 0.75 0 0.30
HSL 278.06º 0.6% 0.44% -
HSV(B) 278.06º 0.75% 0.7% -
XYZ 17.99 9.68 43.04 -
YUV 84.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 129 44 178 0.28 0.75 0 0.30 278.06 0.6 0.44
Hex 81 2C B2 1C 4B 0 1E 116 3C 2C
Octal 201 54 262 34 113 0 36 426 74 54
Binary 10000001 101100 10110010 11100 1001011 0 11110 100010110 111100 101100

Color Harmonies of #812CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812CB2

Black with #812CB2

Text Example


Text Example

White with #812CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812CB2; }

 p { color: rgb(129,44,178); }

 H1.HeaderClassName
 {
   color: #812CB2;
 }
 .AnyTagClassName
 {
   color: #812CB2;
 }
</style>

background-color css

<style>
 a { background-color: #812CB2; }

 a { background-color: rgb(129,44,178); }

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

border-color css

<style>
 span { border-color: #812CB2; }

 span { border-color: rgb(129,44,178); }

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