Shades of London Hue #C584BC
Tints of London Hue #C584BC
RGB
CMYK
RGB Variations
Color information
#C584BC (or 0xC584BC) is known color: London Hue. HEX triplet: C5, 84 and BC. RGB value is (197,132,188). Sum of RGB (Red+Green+Blue) = 197+132+188=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C584BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584BC is #3A7B43. Grayscale: #9D9D9D. Windows color (decimal): -3832644 or 12354757. OLE color: 12354757.
HSL color Cylindrical-coordinate representation of color #C584BC: hue angle of 308.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C584BC is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 188 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.23 |
| HSL | 308.31º | 0.36% | 0.65% | - |
| HSV(B) | 308.31º | 0.33% | 0.77% | - |
| XYZ | 40.35 | 32 | 51.63 | - |
| YUV | 157.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 188 | 0 | 0.33 | 0.05 | 0.23 | 308.31 | 0.36 | 0.65 |
| Hex | C5 | 84 | BC | 0 | 21 | 5 | 17 | 134 | 24 | 41 |
| Octal | 305 | 204 | 274 | 0 | 41 | 5 | 27 | 464 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10111100 | 0 | 100001 | 101 | 10111 | 100110100 | 100100 | 1000001 |
Color Harmonies of #C584BC
Complementary color
Monochromatic Colors of #C584BC
Black with #C584BC
Text Example
Text Example
White with #C584BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584BC; }
p { color: rgb(197,132,188); }
H1.HeaderClassName
{
color: #C584BC;
}
.AnyTagClassName
{
color: #C584BC;
}
</style>
background-color css
<style>
a { background-color: #C584BC; }
a { background-color: rgb(197,132,188); }
div.DivClassName
{
background-color: #C584BC;
}
.BgClassName
{
background-color: #C584BC;
}
</style>
border-color css
<style>
span { border-color: #C584BC; }
span { border-color: rgb(197,132,188); }
td.TdClassName
{
border-color: #C584BC;
}
.TagClassName
{
border-color: #C584BC;
}
</style>