Shades of London Hue #C87CB7
Tints of London Hue #C87CB7
RGB
CMYK
RGB Variations
Color information
#C87CB7 (or 0xC87CB7) is known color: London Hue. HEX triplet: C8, 7C and B7. RGB value is (200,124,183). Sum of RGB (Red+Green+Blue) = 200+124+183=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CB7 is #378348. Grayscale: #999999. Windows color (decimal): -3638089 or 12025032. OLE color: 12025032.
HSL color Cylindrical-coordinate representation of color #C87CB7: hue angle of 313.42º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CB7 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 183 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.22 |
| HSL | 313.42º | 0.41% | 0.64% | - |
| HSV(B) | 313.42º | 0.38% | 0.78% | - |
| XYZ | 39.57 | 30.11 | 48.53 | - |
| YUV | 153.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 183 | 0 | 0.38 | 0.08 | 0.22 | 313.42 | 0.41 | 0.64 |
| Hex | C8 | 7C | B7 | 0 | 26 | 8 | 16 | 139 | 29 | 40 |
| Octal | 310 | 174 | 267 | 0 | 46 | 10 | 26 | 471 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10110111 | 0 | 100110 | 1000 | 10110 | 100111001 | 101001 | 1000000 |
Color Harmonies of #C87CB7
Complementary color
Monochromatic Colors of #C87CB7
Black with #C87CB7
Text Example
Text Example
White with #C87CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CB7; }
p { color: rgb(200,124,183); }
H1.HeaderClassName
{
color: #C87CB7;
}
.AnyTagClassName
{
color: #C87CB7;
}
</style>
background-color css
<style>
a { background-color: #C87CB7; }
a { background-color: rgb(200,124,183); }
div.DivClassName
{
background-color: #C87CB7;
}
.BgClassName
{
background-color: #C87CB7;
}
</style>
border-color css
<style>
span { border-color: #C87CB7; }
span { border-color: rgb(200,124,183); }
td.TdClassName
{
border-color: #C87CB7;
}
.TagClassName
{
border-color: #C87CB7;
}
</style>