Shades of London Hue #C584BD
Tints of London Hue #C584BD
RGB
CMYK
RGB Variations
Color information
#C584BD (or 0xC584BD) is known color: London Hue. HEX triplet: C5, 84 and BD. RGB value is (197,132,189). Sum of RGB (Red+Green+Blue) = 197+132+189=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C584BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584BD is #3A7B42. Grayscale: #9D9D9D. Windows color (decimal): -3832643 or 12420293. OLE color: 12420293.
HSL color Cylindrical-coordinate representation of color #C584BD: hue angle of 307.38º 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 #C584BD is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 189 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.23 |
| HSL | 307.38º | 0.36% | 0.65% | - |
| HSV(B) | 307.38º | 0.33% | 0.77% | - |
| XYZ | 40.46 | 32.05 | 52.2 | - |
| YUV | 157.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 189 | 0 | 0.33 | 0.04 | 0.23 | 307.38 | 0.36 | 0.65 |
| Hex | C5 | 84 | BD | 0 | 21 | 4 | 17 | 133 | 24 | 41 |
| Octal | 305 | 204 | 275 | 0 | 41 | 4 | 27 | 463 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10111101 | 0 | 100001 | 100 | 10111 | 100110011 | 100100 | 1000001 |
Color Harmonies of #C584BD
Complementary color
Monochromatic Colors of #C584BD
Black with #C584BD
Text Example
Text Example
White with #C584BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584BD; }
p { color: rgb(197,132,189); }
H1.HeaderClassName
{
color: #C584BD;
}
.AnyTagClassName
{
color: #C584BD;
}
</style>
background-color css
<style>
a { background-color: #C584BD; }
a { background-color: rgb(197,132,189); }
div.DivClassName
{
background-color: #C584BD;
}
.BgClassName
{
background-color: #C584BD;
}
</style>
border-color css
<style>
span { border-color: #C584BD; }
span { border-color: rgb(197,132,189); }
td.TdClassName
{
border-color: #C584BD;
}
.TagClassName
{
border-color: #C584BD;
}
</style>