Shades of London Hue #C87CB6
Tints of London Hue #C87CB6
RGB
CMYK
RGB Variations
Color information
#C87CB6 (or 0xC87CB6) is known color: London Hue. HEX triplet: C8, 7C and B6. RGB value is (200,124,182). Sum of RGB (Red+Green+Blue) = 200+124+182=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CB6 is #378349. Grayscale: #999999. Windows color (decimal): -3638090 or 11959496. OLE color: 11959496.
HSL color Cylindrical-coordinate representation of color #C87CB6: hue angle of 314.21º 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 #C87CB6 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 182 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.22 |
| HSL | 314.21º | 0.41% | 0.64% | - |
| HSV(B) | 314.21º | 0.38% | 0.78% | - |
| XYZ | 39.47 | 30.07 | 47.98 | - |
| YUV | 153.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 182 | 0 | 0.38 | 0.09 | 0.22 | 314.21 | 0.41 | 0.64 |
| Hex | C8 | 7C | B6 | 0 | 26 | 9 | 16 | 13A | 29 | 40 |
| Octal | 310 | 174 | 266 | 0 | 46 | 11 | 26 | 472 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10110110 | 0 | 100110 | 1001 | 10110 | 100111010 | 101001 | 1000000 |
Color Harmonies of #C87CB6
Complementary color
Monochromatic Colors of #C87CB6
Black with #C87CB6
Text Example
Text Example
White with #C87CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CB6; }
p { color: rgb(200,124,182); }
H1.HeaderClassName
{
color: #C87CB6;
}
.AnyTagClassName
{
color: #C87CB6;
}
</style>
background-color css
<style>
a { background-color: #C87CB6; }
a { background-color: rgb(200,124,182); }
div.DivClassName
{
background-color: #C87CB6;
}
.BgClassName
{
background-color: #C87CB6;
}
</style>
border-color css
<style>
span { border-color: #C87CB6; }
span { border-color: rgb(200,124,182); }
td.TdClassName
{
border-color: #C87CB6;
}
.TagClassName
{
border-color: #C87CB6;
}
</style>