Shades of London Hue #C07FB1
Tints of London Hue #C07FB1
RGB
CMYK
RGB Variations
Color information
#C07FB1 (or 0xC07FB1) is known color: London Hue. HEX triplet: C0, 7F and B1. RGB value is (192,127,177). Sum of RGB (Red+Green+Blue) = 192+127+177=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FB1 is #3F804E. Grayscale: #979797. Windows color (decimal): -4161615 or 11632576. OLE color: 11632576.
HSL color Cylindrical-coordinate representation of color #C07FB1: hue angle of 313.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FB1 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 177 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.25 |
| HSL | 313.85º | 0.34% | 0.63% | - |
| HSV(B) | 313.85º | 0.34% | 0.75% | - |
| XYZ | 37.26 | 29.56 | 45.34 | - |
| YUV | 152.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 177 | 0 | 0.34 | 0.08 | 0.25 | 313.85 | 0.34 | 0.63 |
| Hex | C0 | 7F | B1 | 0 | 22 | 8 | 19 | 13A | 22 | 3F |
| Octal | 300 | 177 | 261 | 0 | 42 | 10 | 31 | 472 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10110001 | 0 | 100010 | 1000 | 11001 | 100111010 | 100010 | 111111 |
Color Harmonies of #C07FB1
Complementary color
Monochromatic Colors of #C07FB1
Black with #C07FB1
Text Example
Text Example
White with #C07FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FB1; }
p { color: rgb(192,127,177); }
H1.HeaderClassName
{
color: #C07FB1;
}
.AnyTagClassName
{
color: #C07FB1;
}
</style>
background-color css
<style>
a { background-color: #C07FB1; }
a { background-color: rgb(192,127,177); }
div.DivClassName
{
background-color: #C07FB1;
}
.BgClassName
{
background-color: #C07FB1;
}
</style>
border-color css
<style>
span { border-color: #C07FB1; }
span { border-color: rgb(192,127,177); }
td.TdClassName
{
border-color: #C07FB1;
}
.TagClassName
{
border-color: #C07FB1;
}
</style>