Shades of London Hue #C07DBF
Tints of London Hue #C07DBF
RGB
CMYK
RGB Variations
Color information
#C07DBF (or 0xC07DBF) is known color: London Hue. HEX triplet: C0, 7D and BF. RGB value is (192,125,191). Sum of RGB (Red+Green+Blue) = 192+125+191=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DBF is #3F8240. Grayscale: #989898. Windows color (decimal): -4162113 or 12549568. OLE color: 12549568.
HSL color Cylindrical-coordinate representation of color #C07DBF: hue angle of 300.9º 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 #C07DBF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 191 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.25 |
| HSL | 300.9º | 0.35% | 0.62% | - |
| HSV(B) | 300.9º | 0.35% | 0.75% | - |
| XYZ | 38.48 | 29.64 | 52.98 | - |
| YUV | 152.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 191 | 0 | 0.35 | 0.01 | 0.25 | 300.9 | 0.35 | 0.62 |
| Hex | C0 | 7D | BF | 0 | 23 | 1 | 19 | 12D | 23 | 3E |
| Octal | 300 | 175 | 277 | 0 | 43 | 1 | 31 | 455 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10111111 | 0 | 100011 | 1 | 11001 | 100101101 | 100011 | 111110 |
Color Harmonies of #C07DBF
Complementary color
Monochromatic Colors of #C07DBF
Black with #C07DBF
Text Example
Text Example
White with #C07DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DBF; }
p { color: rgb(192,125,191); }
H1.HeaderClassName
{
color: #C07DBF;
}
.AnyTagClassName
{
color: #C07DBF;
}
</style>
background-color css
<style>
a { background-color: #C07DBF; }
a { background-color: rgb(192,125,191); }
div.DivClassName
{
background-color: #C07DBF;
}
.BgClassName
{
background-color: #C07DBF;
}
</style>
border-color css
<style>
span { border-color: #C07DBF; }
span { border-color: rgb(192,125,191); }
td.TdClassName
{
border-color: #C07DBF;
}
.TagClassName
{
border-color: #C07DBF;
}
</style>