Html Css Color HEX #812DBC Dark Orchid

📋 copy color: '#812DBC'

red 129 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #812DBC

Tints of Dark Orchid #812DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.43%

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

R = 35.64%
G = 12.43%
B = 51.93%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#812DBC (or 0x812DBC) is known color: Dark Orchid. HEX triplet: 81, 2D and BC. RGB value is (129,45,188). Sum of RGB (Red+Green+Blue) = 129+45+188=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #812DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DBC is #7ED243. Grayscale: #555555. Windows color (decimal): -8311364 or 12332417. OLE color: 12332417.

HSL color Cylindrical-coordinate representation of color #812DBC: hue angle of 275.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812DBC is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 45 188 -
CMYK 0.31 0.76 0 0.26
HSL 275.24º 0.61% 0.46% -
HSV(B) 275.24º 0.76% 0.74% -
XYZ 19.07 10.17 48.54 -
YUV 86.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 129 45 188 0.31 0.76 0 0.26 275.24 0.61 0.46
Hex 81 2D BC 1F 4C 0 1A 113 3D 2E
Octal 201 55 274 37 114 0 32 423 75 56
Binary 10000001 101101 10111100 11111 1001100 0 11010 100010011 111101 101110

Color Harmonies of #812DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812DBC

Black with #812DBC

Text Example


Text Example

White with #812DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,45,188); }

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

background-color css

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

 a { background-color: rgb(129,45,188); }

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

border-color css

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

 span { border-color: rgb(129,45,188); }

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