Shades of London Hue #C87DB8
Tints of London Hue #C87DB8
RGB
CMYK
RGB Variations
Color information
#C87DB8 (or 0xC87DB8) is known color: London Hue. HEX triplet: C8, 7D and B8. RGB value is (200,125,184). Sum of RGB (Red+Green+Blue) = 200+125+184=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C87DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DB8 is #378247. Grayscale: #999999. Windows color (decimal): -3637832 or 12090824. OLE color: 12090824.
HSL color Cylindrical-coordinate representation of color #C87DB8: hue angle of 312.8º 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 #C87DB8 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 184 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.22 |
| HSL | 312.8º | 0.41% | 0.64% | - |
| HSV(B) | 312.8º | 0.38% | 0.78% | - |
| XYZ | 39.8 | 30.41 | 49.12 | - |
| YUV | 154.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 184 | 0 | 0.38 | 0.08 | 0.22 | 312.8 | 0.41 | 0.64 |
| Hex | C8 | 7D | B8 | 0 | 26 | 8 | 16 | 139 | 29 | 40 |
| Octal | 310 | 175 | 270 | 0 | 46 | 10 | 26 | 471 | 51 | 100 |
| Binary | 11001000 | 1111101 | 10111000 | 0 | 100110 | 1000 | 10110 | 100111001 | 101001 | 1000000 |
Color Harmonies of #C87DB8
Complementary color
Monochromatic Colors of #C87DB8
Black with #C87DB8
Text Example
Text Example
White with #C87DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DB8; }
p { color: rgb(200,125,184); }
H1.HeaderClassName
{
color: #C87DB8;
}
.AnyTagClassName
{
color: #C87DB8;
}
</style>
background-color css
<style>
a { background-color: #C87DB8; }
a { background-color: rgb(200,125,184); }
div.DivClassName
{
background-color: #C87DB8;
}
.BgClassName
{
background-color: #C87DB8;
}
</style>
border-color css
<style>
span { border-color: #C87DB8; }
span { border-color: rgb(200,125,184); }
td.TdClassName
{
border-color: #C87DB8;
}
.TagClassName
{
border-color: #C87DB8;
}
</style>