Shades of London Hue #C287BB
Tints of London Hue #C287BB
RGB
CMYK
RGB Variations
Color information
#C287BB (or 0xC287BB) is known color: London Hue. HEX triplet: C2, 87 and BB. RGB value is (194,135,187). Sum of RGB (Red+Green+Blue) = 194+135+187=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C287BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287BB is #3D7844. Grayscale: #9E9E9E. Windows color (decimal): -4028485 or 12289986. OLE color: 12289986.
HSL color Cylindrical-coordinate representation of color #C287BB: hue angle of 307.12º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287BB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 187 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.24 |
| HSL | 307.12º | 0.33% | 0.65% | - |
| HSV(B) | 307.12º | 0.3% | 0.76% | - |
| XYZ | 39.88 | 32.39 | 51.16 | - |
| YUV | 158.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 187 | 0 | 0.30 | 0.04 | 0.24 | 307.12 | 0.33 | 0.65 |
| Hex | C2 | 87 | BB | 0 | 1E | 4 | 18 | 133 | 21 | 41 |
| Octal | 302 | 207 | 273 | 0 | 36 | 4 | 30 | 463 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10111011 | 0 | 11110 | 100 | 11000 | 100110011 | 100001 | 1000001 |
Color Harmonies of #C287BB
Complementary color
Monochromatic Colors of #C287BB
Black with #C287BB
Text Example
Text Example
White with #C287BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287BB; }
p { color: rgb(194,135,187); }
H1.HeaderClassName
{
color: #C287BB;
}
.AnyTagClassName
{
color: #C287BB;
}
</style>
background-color css
<style>
a { background-color: #C287BB; }
a { background-color: rgb(194,135,187); }
div.DivClassName
{
background-color: #C287BB;
}
.BgClassName
{
background-color: #C287BB;
}
</style>
border-color css
<style>
span { border-color: #C287BB; }
span { border-color: rgb(194,135,187); }
td.TdClassName
{
border-color: #C287BB;
}
.TagClassName
{
border-color: #C287BB;
}
</style>