Shades of London Hue #C07CBD
Tints of London Hue #C07CBD
RGB
CMYK
RGB Variations
Color information
#C07CBD (or 0xC07CBD) is known color: London Hue. HEX triplet: C0, 7C and BD. RGB value is (192,124,189). Sum of RGB (Red+Green+Blue) = 192+124+189=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CBD is #3F8342. Grayscale: #979797. Windows color (decimal): -4162371 or 12418240. OLE color: 12418240.
HSL color Cylindrical-coordinate representation of color #C07CBD: hue angle of 302.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07CBD is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 189 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.25 |
| HSL | 302.65º | 0.35% | 0.62% | - |
| HSV(B) | 302.65º | 0.35% | 0.75% | - |
| XYZ | 38.13 | 29.3 | 51.79 | - |
| YUV | 151.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 189 | 0 | 0.35 | 0.02 | 0.25 | 302.65 | 0.35 | 0.62 |
| Hex | C0 | 7C | BD | 0 | 23 | 2 | 19 | 12F | 23 | 3E |
| Octal | 300 | 174 | 275 | 0 | 43 | 2 | 31 | 457 | 43 | 76 |
| Binary | 11000000 | 1111100 | 10111101 | 0 | 100011 | 10 | 11001 | 100101111 | 100011 | 111110 |
Color Harmonies of #C07CBD
Complementary color
Monochromatic Colors of #C07CBD
Black with #C07CBD
Text Example
Text Example
White with #C07CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CBD; }
p { color: rgb(192,124,189); }
H1.HeaderClassName
{
color: #C07CBD;
}
.AnyTagClassName
{
color: #C07CBD;
}
</style>
background-color css
<style>
a { background-color: #C07CBD; }
a { background-color: rgb(192,124,189); }
div.DivClassName
{
background-color: #C07CBD;
}
.BgClassName
{
background-color: #C07CBD;
}
</style>
border-color css
<style>
span { border-color: #C07CBD; }
span { border-color: rgb(192,124,189); }
td.TdClassName
{
border-color: #C07CBD;
}
.TagClassName
{
border-color: #C07CBD;
}
</style>