#825682

Color #825682 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825682

Tints of Trendy Pink #825682

Color information

#825682 (or 0x825682) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 82. RGB value is (130,86,130). Sum of RGB (Red+Green+Blue) = 130+86+130=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #825682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825682 is #7DA97D. Grayscale: #686868. Windows color (decimal): -8235390 or 8541826. OLE color: 8541826.

HSL color Cylindrical-coordinate representation of color #825682: hue angle of 300º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825682 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13086130-
CMYK00.3400.49
HSL300º20.37%42.35%-
HSV(B)300º33.85%50.98%-
XYZ16.5613.0122.76-
YUV104.17142.58146.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=37.57%
G=24.86%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308613000.3400.4930020.3742.35
Hex82568202203112c142a
Octal2021262020420614542452
Binary100000101010110100000100100010011000110010110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825682; }

 p { color: rgb(130,86,130); }

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

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

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

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

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

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

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