Shades of London Hue #C580BC
Tints of London Hue #C580BC
RGB
CMYK
RGB Variations
Color information
#C580BC (or 0xC580BC) is known color: London Hue. HEX triplet: C5, 80 and BC. RGB value is (197,128,188). Sum of RGB (Red+Green+Blue) = 197+128+188=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C580BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580BC is #3A7F43. Grayscale: #9B9B9B. Windows color (decimal): -3833668 or 12353733. OLE color: 12353733.
HSL color Cylindrical-coordinate representation of color #C580BC: hue angle of 307.83º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C580BC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 188 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.23 |
| HSL | 307.83º | 0.37% | 0.64% | - |
| HSV(B) | 307.83º | 0.35% | 0.77% | - |
| XYZ | 39.82 | 30.94 | 51.45 | - |
| YUV | 155.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 188 | 0 | 0.35 | 0.05 | 0.23 | 307.83 | 0.37 | 0.64 |
| Hex | C5 | 80 | BC | 0 | 23 | 5 | 17 | 134 | 25 | 40 |
| Octal | 305 | 200 | 274 | 0 | 43 | 5 | 27 | 464 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10111100 | 0 | 100011 | 101 | 10111 | 100110100 | 100101 | 1000000 |
Color Harmonies of #C580BC
Complementary color
Monochromatic Colors of #C580BC
Black with #C580BC
Text Example
Text Example
White with #C580BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580BC; }
p { color: rgb(197,128,188); }
H1.HeaderClassName
{
color: #C580BC;
}
.AnyTagClassName
{
color: #C580BC;
}
</style>
background-color css
<style>
a { background-color: #C580BC; }
a { background-color: rgb(197,128,188); }
div.DivClassName
{
background-color: #C580BC;
}
.BgClassName
{
background-color: #C580BC;
}
</style>
border-color css
<style>
span { border-color: #C580BC; }
span { border-color: rgb(197,128,188); }
td.TdClassName
{
border-color: #C580BC;
}
.TagClassName
{
border-color: #C580BC;
}
</style>