Shades of London Hue #C57DB8
Tints of London Hue #C57DB8
RGB
CMYK
RGB Variations
Color information
#C57DB8 (or 0xC57DB8) is known color: London Hue. HEX triplet: C5, 7D and B8. RGB value is (197,125,184). Sum of RGB (Red+Green+Blue) = 197+125+184=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DB8 is #3A8247. Grayscale: #999999. Windows color (decimal): -3834440 or 12090821. OLE color: 12090821.
HSL color Cylindrical-coordinate representation of color #C57DB8: hue angle of 310.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57DB8 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 184 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.23 |
| HSL | 310.83º | 0.38% | 0.63% | - |
| HSV(B) | 310.83º | 0.37% | 0.77% | - |
| XYZ | 39.01 | 30 | 49.08 | - |
| YUV | 153.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 184 | 0 | 0.37 | 0.07 | 0.23 | 310.83 | 0.38 | 0.63 |
| Hex | C5 | 7D | B8 | 0 | 25 | 7 | 17 | 137 | 26 | 3F |
| Octal | 305 | 175 | 270 | 0 | 45 | 7 | 27 | 467 | 46 | 77 |
| Binary | 11000101 | 1111101 | 10111000 | 0 | 100101 | 111 | 10111 | 100110111 | 100110 | 111111 |
Color Harmonies of #C57DB8
Complementary color
Monochromatic Colors of #C57DB8
Black with #C57DB8
Text Example
Text Example
White with #C57DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57DB8; }
p { color: rgb(197,125,184); }
H1.HeaderClassName
{
color: #C57DB8;
}
.AnyTagClassName
{
color: #C57DB8;
}
</style>
background-color css
<style>
a { background-color: #C57DB8; }
a { background-color: rgb(197,125,184); }
div.DivClassName
{
background-color: #C57DB8;
}
.BgClassName
{
background-color: #C57DB8;
}
</style>
border-color css
<style>
span { border-color: #C57DB8; }
span { border-color: rgb(197,125,184); }
td.TdClassName
{
border-color: #C57DB8;
}
.TagClassName
{
border-color: #C57DB8;
}
</style>