Shades of London Hue #C07EB1
Tints of London Hue #C07EB1
RGB
CMYK
RGB Variations
Color information
#C07EB1 (or 0xC07EB1) is known color: London Hue. HEX triplet: C0, 7E and B1. RGB value is (192,126,177). Sum of RGB (Red+Green+Blue) = 192+126+177=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EB1 is #3F814E. Grayscale: #979797. Windows color (decimal): -4161871 or 11632320. OLE color: 11632320.
HSL color Cylindrical-coordinate representation of color #C07EB1: hue angle of 313.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07EB1 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 177 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.25 |
| HSL | 313.64º | 0.34% | 0.62% | - |
| HSV(B) | 313.64º | 0.34% | 0.75% | - |
| XYZ | 37.13 | 29.3 | 45.29 | - |
| YUV | 151.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 177 | 0 | 0.34 | 0.08 | 0.25 | 313.64 | 0.34 | 0.62 |
| Hex | C0 | 7E | B1 | 0 | 22 | 8 | 19 | 13A | 22 | 3E |
| Octal | 300 | 176 | 261 | 0 | 42 | 10 | 31 | 472 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10110001 | 0 | 100010 | 1000 | 11001 | 100111010 | 100010 | 111110 |
Color Harmonies of #C07EB1
Complementary color
Monochromatic Colors of #C07EB1
Black with #C07EB1
Text Example
Text Example
White with #C07EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EB1; }
p { color: rgb(192,126,177); }
H1.HeaderClassName
{
color: #C07EB1;
}
.AnyTagClassName
{
color: #C07EB1;
}
</style>
background-color css
<style>
a { background-color: #C07EB1; }
a { background-color: rgb(192,126,177); }
div.DivClassName
{
background-color: #C07EB1;
}
.BgClassName
{
background-color: #C07EB1;
}
</style>
border-color css
<style>
span { border-color: #C07EB1; }
span { border-color: rgb(192,126,177); }
td.TdClassName
{
border-color: #C07EB1;
}
.TagClassName
{
border-color: #C07EB1;
}
</style>