Shades of London Hue #C87FBB
Tints of London Hue #C87FBB
RGB
CMYK
RGB Variations
Color information
#C87FBB (or 0xC87FBB) is known color: London Hue. HEX triplet: C8, 7F and BB. RGB value is (200,127,187). Sum of RGB (Red+Green+Blue) = 200+127+187=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FBB is #378044. Grayscale: #9B9B9B. Windows color (decimal): -3637317 or 12287944. OLE color: 12287944.
HSL color Cylindrical-coordinate representation of color #C87FBB: hue angle of 310.68º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FBB is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 187 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.22 |
| HSL | 310.68º | 0.4% | 0.64% | - |
| HSV(B) | 310.68º | 0.37% | 0.78% | - |
| XYZ | 40.38 | 31.05 | 50.88 | - |
| YUV | 155.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 187 | 0 | 0.36 | 0.06 | 0.22 | 310.68 | 0.4 | 0.64 |
| Hex | C8 | 7F | BB | 0 | 24 | 6 | 16 | 137 | 28 | 40 |
| Octal | 310 | 177 | 273 | 0 | 44 | 6 | 26 | 467 | 50 | 100 |
| Binary | 11001000 | 1111111 | 10111011 | 0 | 100100 | 110 | 10110 | 100110111 | 101000 | 1000000 |
Color Harmonies of #C87FBB
Complementary color
Monochromatic Colors of #C87FBB
Black with #C87FBB
Text Example
Text Example
White with #C87FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FBB; }
p { color: rgb(200,127,187); }
H1.HeaderClassName
{
color: #C87FBB;
}
.AnyTagClassName
{
color: #C87FBB;
}
</style>
background-color css
<style>
a { background-color: #C87FBB; }
a { background-color: rgb(200,127,187); }
div.DivClassName
{
background-color: #C87FBB;
}
.BgClassName
{
background-color: #C87FBB;
}
</style>
border-color css
<style>
span { border-color: #C87FBB; }
span { border-color: rgb(200,127,187); }
td.TdClassName
{
border-color: #C87FBB;
}
.TagClassName
{
border-color: #C87FBB;
}
</style>