Html Css Color HEX #825682 Trendy Pink

📋 copy color: '#825682'

red 130 ◦ green 86 ◦ blue 130

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

Shades of Trendy Pink #825682

Tints of Trendy Pink #825682

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 value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#825682 (or 0x825682) is known color: 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

RGB 130 86 130 -
CMYK 0 0.34 0 0.49
HSL 300º 0.2% 0.42% -
HSV(B) 300º 0.34% 0.51% -
XYZ 16.56 13.01 22.76 -
YUV 104.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 130 86 130 0 0.34 0 0.49 300 0.2 0.42
Hex 82 56 82 0 22 0 31 12C 14 2A
Octal 202 126 202 0 42 0 61 454 24 52
Binary 10000010 1010110 10000010 0 100010 0 110001 100101100 10100 101010

Color Harmonies of #825682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825682

Black with #825682

Text Example


Text Example

White with #825682

Text Example


Text Example

HTML Codes & Css Web 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>