Html Css Color HEX #825380 Trendy Pink

📋 copy color: '#825380'

red 130 ◦ green 83 ◦ blue 128

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

Shades of Trendy Pink #825380

Tints of Trendy Pink #825380

RGB

 RED value IS 130 (51.17% from 255) = 38.12%

 GREEN value IS 83 (32.81% from 255) = 24.34%

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 38.12%
G = 24.34%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#825380 (or 0x825380) is known color: Trendy Pink. HEX triplet: 82, 53 and 80. RGB value is (130,83,128). Sum of RGB (Red+Green+Blue) = 130+83+128=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #825380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825380 is #7DAC7F. Grayscale: #666666. Windows color (decimal): -8236160 or 8409986. OLE color: 8409986.

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

Color convert

RGB 130 83 128 -
CMYK 0 0.36 0.02 0.49
HSL 302.55º 0.22% 0.42% -
HSV(B) 302.55º 0.36% 0.51% -
XYZ 16.2 12.49 21.98 -
YUV 102.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 130 83 128 0 0.36 0.02 0.49 302.55 0.22 0.42
Hex 82 53 80 0 24 2 31 12F 16 2A
Octal 202 123 200 0 44 2 61 457 26 52
Binary 10000010 1010011 10000000 0 100100 10 110001 100101111 10110 101010

Color Harmonies of #825380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825380

Black with #825380

Text Example


Text Example

White with #825380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825380; }

 p { color: rgb(130,83,128); }

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

background-color css

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

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

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

border-color css

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

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

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