Shades of London Hue #C582BD
Tints of London Hue #C582BD
RGB
CMYK
RGB Variations
Color information
#C582BD (or 0xC582BD) is known color: London Hue. HEX triplet: C5, 82 and BD. RGB value is (197,130,189). Sum of RGB (Red+Green+Blue) = 197+130+189=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C582BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582BD is #3A7D42. Grayscale: #9C9C9C. Windows color (decimal): -3833155 or 12419781. OLE color: 12419781.
HSL color Cylindrical-coordinate representation of color #C582BD: hue angle of 307.16º 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 #C582BD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 189 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.23 |
| HSL | 307.16º | 0.37% | 0.64% | - |
| HSV(B) | 307.16º | 0.34% | 0.77% | - |
| XYZ | 40.19 | 31.51 | 52.11 | - |
| YUV | 156.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 189 | 0 | 0.34 | 0.04 | 0.23 | 307.16 | 0.37 | 0.64 |
| Hex | C5 | 82 | BD | 0 | 22 | 4 | 17 | 133 | 25 | 40 |
| Octal | 305 | 202 | 275 | 0 | 42 | 4 | 27 | 463 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10111101 | 0 | 100010 | 100 | 10111 | 100110011 | 100101 | 1000000 |
Color Harmonies of #C582BD
Complementary color
Monochromatic Colors of #C582BD
Black with #C582BD
Text Example
Text Example
White with #C582BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582BD; }
p { color: rgb(197,130,189); }
H1.HeaderClassName
{
color: #C582BD;
}
.AnyTagClassName
{
color: #C582BD;
}
</style>
background-color css
<style>
a { background-color: #C582BD; }
a { background-color: rgb(197,130,189); }
div.DivClassName
{
background-color: #C582BD;
}
.BgClassName
{
background-color: #C582BD;
}
</style>
border-color css
<style>
span { border-color: #C582BD; }
span { border-color: rgb(197,130,189); }
td.TdClassName
{
border-color: #C582BD;
}
.TagClassName
{
border-color: #C582BD;
}
</style>