Html Css Color HEX #825C7D Trendy Pink

📋 copy color: '#825C7D'

red 130 ◦ green 92 ◦ blue 125

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

Shades of Trendy Pink #825C7D

Tints of Trendy Pink #825C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 37.46%
G = 26.51%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#825C7D (or 0x825C7D) is known color: Trendy Pink. HEX triplet: 82, 5C and 7D. RGB value is (130,92,125). Sum of RGB (Red+Green+Blue) = 130+92+125=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #825C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C7D is #7DA382. Grayscale: #6B6B6B. Windows color (decimal): -8233859 or 8215682. OLE color: 8215682.

HSL color Cylindrical-coordinate representation of color #825C7D: hue angle of 307.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C7D is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 125 -
CMYK 0 0.29 0.04 0.49
HSL 307.89º 0.17% 0.44% -
HSV(B) 307.89º 0.29% 0.51% -
XYZ 16.73 13.88 21.2 -
YUV 107.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 130 92 125 0 0.29 0.04 0.49 307.89 0.17 0.44
Hex 82 5C 7D 0 1D 4 31 134 11 2C
Octal 202 134 175 0 35 4 61 464 21 54
Binary 10000010 1011100 1111101 0 11101 100 110001 100110100 10001 101100

Color Harmonies of #825C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C7D

Black with #825C7D

Text Example


Text Example

White with #825C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C7D; }

 p { color: rgb(130,92,125); }

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

background-color css

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

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

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

border-color css

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

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

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