Shades of London Hue #C578B5
Tints of London Hue #C578B5
RGB
CMYK
RGB Variations
Color information
#C578B5 (or 0xC578B5) is known color: London Hue. HEX triplet: C5, 78 and B5. RGB value is (197,120,181). Sum of RGB (Red+Green+Blue) = 197+120+181=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C578B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578B5 is #3A874A. Grayscale: #959595. Windows color (decimal): -3835723 or 11892933. OLE color: 11892933.
HSL color Cylindrical-coordinate representation of color #C578B5: hue angle of 312.47º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C578B5 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 181 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.23 |
| HSL | 312.47º | 0.4% | 0.62% | - |
| HSV(B) | 312.47º | 0.39% | 0.77% | - |
| XYZ | 38.08 | 28.64 | 47.24 | - |
| YUV | 149.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 181 | 0 | 0.39 | 0.08 | 0.23 | 312.47 | 0.4 | 0.62 |
| Hex | C5 | 78 | B5 | 0 | 27 | 8 | 17 | 138 | 28 | 3E |
| Octal | 305 | 170 | 265 | 0 | 47 | 10 | 27 | 470 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10110101 | 0 | 100111 | 1000 | 10111 | 100111000 | 101000 | 111110 |
Color Harmonies of #C578B5
Complementary color
Monochromatic Colors of #C578B5
Black with #C578B5
Text Example
Text Example
White with #C578B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578B5; }
p { color: rgb(197,120,181); }
H1.HeaderClassName
{
color: #C578B5;
}
.AnyTagClassName
{
color: #C578B5;
}
</style>
background-color css
<style>
a { background-color: #C578B5; }
a { background-color: rgb(197,120,181); }
div.DivClassName
{
background-color: #C578B5;
}
.BgClassName
{
background-color: #C578B5;
}
</style>
border-color css
<style>
span { border-color: #C578B5; }
span { border-color: rgb(197,120,181); }
td.TdClassName
{
border-color: #C578B5;
}
.TagClassName
{
border-color: #C578B5;
}
</style>