Shades of London Hue #C582BC
Tints of London Hue #C582BC
RGB
CMYK
RGB Variations
Color information
#C582BC (or 0xC582BC) is known color: London Hue. HEX triplet: C5, 82 and BC. RGB value is (197,130,188). Sum of RGB (Red+Green+Blue) = 197+130+188=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C582BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582BC is #3A7D43. Grayscale: #9C9C9C. Windows color (decimal): -3833156 or 12354245. OLE color: 12354245.
HSL color Cylindrical-coordinate representation of color #C582BC: hue angle of 308.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582BC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 188 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.23 |
| HSL | 308.06º | 0.37% | 0.64% | - |
| HSV(B) | 308.06º | 0.34% | 0.77% | - |
| XYZ | 40.09 | 31.47 | 51.54 | - |
| YUV | 156.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 188 | 0 | 0.34 | 0.05 | 0.23 | 308.06 | 0.37 | 0.64 |
| Hex | C5 | 82 | BC | 0 | 22 | 5 | 17 | 134 | 25 | 40 |
| Octal | 305 | 202 | 274 | 0 | 42 | 5 | 27 | 464 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10111100 | 0 | 100010 | 101 | 10111 | 100110100 | 100101 | 1000000 |
Color Harmonies of #C582BC
Complementary color
Monochromatic Colors of #C582BC
Black with #C582BC
Text Example
Text Example
White with #C582BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582BC; }
p { color: rgb(197,130,188); }
H1.HeaderClassName
{
color: #C582BC;
}
.AnyTagClassName
{
color: #C582BC;
}
</style>
background-color css
<style>
a { background-color: #C582BC; }
a { background-color: rgb(197,130,188); }
div.DivClassName
{
background-color: #C582BC;
}
.BgClassName
{
background-color: #C582BC;
}
</style>
border-color css
<style>
span { border-color: #C582BC; }
span { border-color: rgb(197,130,188); }
td.TdClassName
{
border-color: #C582BC;
}
.TagClassName
{
border-color: #C582BC;
}
</style>