Shades of Trendy Pink #825683
Tints of Trendy Pink #825683
RGB
CMYK
RGB Variations
Color information
#825683 (or 0x825683) is known color: Trendy Pink. HEX triplet: 82, 56 and 83. RGB value is (130,86,131). Sum of RGB (Red+Green+Blue) = 130+86+131=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #825683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825683 is #7DA97C. Grayscale: #686868. Windows color (decimal): -8235389 or 8607362. OLE color: 8607362.
HSL color Cylindrical-coordinate representation of color #825683: hue angle of 298.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825683 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 131 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.49 |
| HSL | 298.67º | 0.21% | 0.43% | - |
| HSV(B) | 298.67º | 0.34% | 0.51% | - |
| XYZ | 16.63 | 13.04 | 23.11 | - |
| YUV | 104.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 131 | 0.01 | 0.34 | 0 | 0.49 | 298.67 | 0.21 | 0.43 |
| Hex | 82 | 56 | 83 | 1 | 22 | 0 | 31 | 12B | 15 | 2B |
| Octal | 202 | 126 | 203 | 1 | 42 | 0 | 61 | 453 | 25 | 53 |
| Binary | 10000010 | 1010110 | 10000011 | 1 | 100010 | 0 | 110001 | 100101011 | 10101 | 101011 |
Color Harmonies of #825683
Complementary color
Monochromatic Colors of #825683
Black with #825683
Text Example
Text Example
White with #825683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825683; }
p { color: rgb(130,86,131); }
H1.HeaderClassName
{
color: #825683;
}
.AnyTagClassName
{
color: #825683;
}
</style>
background-color css
<style>
a { background-color: #825683; }
a { background-color: rgb(130,86,131); }
div.DivClassName
{
background-color: #825683;
}
.BgClassName
{
background-color: #825683;
}
</style>
border-color css
<style>
span { border-color: #825683; }
span { border-color: rgb(130,86,131); }
td.TdClassName
{
border-color: #825683;
}
.TagClassName
{
border-color: #825683;
}
</style>