Shades of London Hue #C087BD
Tints of London Hue #C087BD
RGB
CMYK
RGB Variations
Color information
#C087BD (or 0xC087BD) is known color: London Hue. HEX triplet: C0, 87 and BD. RGB value is (192,135,189). Sum of RGB (Red+Green+Blue) = 192+135+189=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C087BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087BD is #3F7842. Grayscale: #9E9E9E. Windows color (decimal): -4159555 or 12421056. OLE color: 12421056.
HSL color Cylindrical-coordinate representation of color #C087BD: hue angle of 303.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087BD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 189 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.25 |
| HSL | 303.16º | 0.31% | 0.64% | - |
| HSV(B) | 303.16º | 0.3% | 0.75% | - |
| XYZ | 39.59 | 32.21 | 52.27 | - |
| YUV | 158.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 189 | 0 | 0.30 | 0.02 | 0.25 | 303.16 | 0.31 | 0.64 |
| Hex | C0 | 87 | BD | 0 | 1E | 2 | 19 | 12F | 1F | 40 |
| Octal | 300 | 207 | 275 | 0 | 36 | 2 | 31 | 457 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10111101 | 0 | 11110 | 10 | 11001 | 100101111 | 11111 | 1000000 |
Color Harmonies of #C087BD
Complementary color
Monochromatic Colors of #C087BD
Black with #C087BD
Text Example
Text Example
White with #C087BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087BD; }
p { color: rgb(192,135,189); }
H1.HeaderClassName
{
color: #C087BD;
}
.AnyTagClassName
{
color: #C087BD;
}
</style>
background-color css
<style>
a { background-color: #C087BD; }
a { background-color: rgb(192,135,189); }
div.DivClassName
{
background-color: #C087BD;
}
.BgClassName
{
background-color: #C087BD;
}
</style>
border-color css
<style>
span { border-color: #C087BD; }
span { border-color: rgb(192,135,189); }
td.TdClassName
{
border-color: #C087BD;
}
.TagClassName
{
border-color: #C087BD;
}
</style>