Shades of London Hue #C583BC
Tints of London Hue #C583BC
RGB
CMYK
RGB Variations
Color information
#C583BC (or 0xC583BC) is known color: London Hue. HEX triplet: C5, 83 and BC. RGB value is (197,131,188). Sum of RGB (Red+Green+Blue) = 197+131+188=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C583BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583BC is #3A7C43. Grayscale: #9D9D9D. Windows color (decimal): -3832900 or 12354501. OLE color: 12354501.
HSL color Cylindrical-coordinate representation of color #C583BC: hue angle of 308.18º degrees, saturation: 0.36, 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 #C583BC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 188 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.23 |
| HSL | 308.18º | 0.36% | 0.64% | - |
| HSV(B) | 308.18º | 0.34% | 0.77% | - |
| XYZ | 40.22 | 31.73 | 51.58 | - |
| YUV | 157.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 188 | 0 | 0.34 | 0.05 | 0.23 | 308.18 | 0.36 | 0.64 |
| Hex | C5 | 83 | BC | 0 | 22 | 5 | 17 | 134 | 24 | 40 |
| Octal | 305 | 203 | 274 | 0 | 42 | 5 | 27 | 464 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10111100 | 0 | 100010 | 101 | 10111 | 100110100 | 100100 | 1000000 |
Color Harmonies of #C583BC
Complementary color
Monochromatic Colors of #C583BC
Black with #C583BC
Text Example
Text Example
White with #C583BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583BC; }
p { color: rgb(197,131,188); }
H1.HeaderClassName
{
color: #C583BC;
}
.AnyTagClassName
{
color: #C583BC;
}
</style>
background-color css
<style>
a { background-color: #C583BC; }
a { background-color: rgb(197,131,188); }
div.DivClassName
{
background-color: #C583BC;
}
.BgClassName
{
background-color: #C583BC;
}
</style>
border-color css
<style>
span { border-color: #C583BC; }
span { border-color: rgb(197,131,188); }
td.TdClassName
{
border-color: #C583BC;
}
.TagClassName
{
border-color: #C583BC;
}
</style>