#812FC5

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

Shades of Dark Orchid #812FC5

Tints of Dark Orchid #812FC5

Color information

#812FC5 (or 0x812FC5) is unknown color: approx Dark Orchid. HEX triplet: 81, 2F and C5. RGB value is (129,47,197). Sum of RGB (Red+Green+Blue) = 129+47+197=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #812FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812FC5 is #7ED03A. Grayscale: #585858. Windows color (decimal): -8310843 or 12922753. OLE color: 12922753.

HSL color Cylindrical-coordinate representation of color #812FC5: hue angle of 272.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812FC5 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12947197-
CMYK0.350.7600.23
HSL272.8º61.48%47.84%-
HSV(B)272.8º76.14%77.25%-
XYZ20.1510.7353.83-
YUV88.62189.17156.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.58%
GREEN value IS 47 (18.75% from 255) = 12.60%
BLUE value IS 197 (77.34% from 255) = 52.82%
R=34.58%
G=12.60%
B=52.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129471970.350.7600.23272.861.4847.84
Hex812FC5234C0171113d30
Octal20157305431140274217560
Binary10000001101111110001011000111001100010111100010001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,47,197); }

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

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

 a { background-color: rgb(129,47,197); }

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

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

 span { border-color: rgb(129,47,197); }

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