Shades of London Hue #C087BC
Tints of London Hue #C087BC
RGB
CMYK
RGB Variations
Color information
#C087BC (or 0xC087BC) is known color: London Hue. HEX triplet: C0, 87 and BC. RGB value is (192,135,188). Sum of RGB (Red+Green+Blue) = 192+135+188=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C087BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087BC is #3F7843. Grayscale: #9D9D9D. Windows color (decimal): -4159556 or 12355520. OLE color: 12355520.
HSL color Cylindrical-coordinate representation of color #C087BC: hue angle of 304.21º 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 #C087BC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 188 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.25 |
| HSL | 304.21º | 0.31% | 0.64% | - |
| HSV(B) | 304.21º | 0.3% | 0.75% | - |
| XYZ | 39.48 | 32.17 | 51.7 | - |
| YUV | 158.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 188 | 0 | 0.30 | 0.02 | 0.25 | 304.21 | 0.31 | 0.64 |
| Hex | C0 | 87 | BC | 0 | 1E | 2 | 19 | 130 | 1F | 40 |
| Octal | 300 | 207 | 274 | 0 | 36 | 2 | 31 | 460 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10111100 | 0 | 11110 | 10 | 11001 | 100110000 | 11111 | 1000000 |
Color Harmonies of #C087BC
Complementary color
Monochromatic Colors of #C087BC
Black with #C087BC
Text Example
Text Example
White with #C087BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087BC; }
p { color: rgb(192,135,188); }
H1.HeaderClassName
{
color: #C087BC;
}
.AnyTagClassName
{
color: #C087BC;
}
</style>
background-color css
<style>
a { background-color: #C087BC; }
a { background-color: rgb(192,135,188); }
div.DivClassName
{
background-color: #C087BC;
}
.BgClassName
{
background-color: #C087BC;
}
</style>
border-color css
<style>
span { border-color: #C087BC; }
span { border-color: rgb(192,135,188); }
td.TdClassName
{
border-color: #C087BC;
}
.TagClassName
{
border-color: #C087BC;
}
</style>