Shades of London Hue #C287BD
Tints of London Hue #C287BD
RGB
CMYK
RGB Variations
Color information
#C287BD (or 0xC287BD) is known color: London Hue. HEX triplet: C2, 87 and BD. RGB value is (194,135,189). Sum of RGB (Red+Green+Blue) = 194+135+189=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C287BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287BD is #3D7842. Grayscale: #9E9E9E. Windows color (decimal): -4028483 or 12421058. OLE color: 12421058.
HSL color Cylindrical-coordinate representation of color #C287BD: hue angle of 305.08º 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 #C287BD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 189 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.24 |
| HSL | 305.08º | 0.33% | 0.65% | - |
| HSV(B) | 305.08º | 0.3% | 0.76% | - |
| XYZ | 40.1 | 32.47 | 52.3 | - |
| YUV | 158.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 189 | 0 | 0.30 | 0.03 | 0.24 | 305.08 | 0.33 | 0.65 |
| Hex | C2 | 87 | BD | 0 | 1E | 3 | 18 | 131 | 21 | 41 |
| Octal | 302 | 207 | 275 | 0 | 36 | 3 | 30 | 461 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10111101 | 0 | 11110 | 11 | 11000 | 100110001 | 100001 | 1000001 |
Color Harmonies of #C287BD
Complementary color
Monochromatic Colors of #C287BD
Black with #C287BD
Text Example
Text Example
White with #C287BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287BD; }
p { color: rgb(194,135,189); }
H1.HeaderClassName
{
color: #C287BD;
}
.AnyTagClassName
{
color: #C287BD;
}
</style>
background-color css
<style>
a { background-color: #C287BD; }
a { background-color: rgb(194,135,189); }
div.DivClassName
{
background-color: #C287BD;
}
.BgClassName
{
background-color: #C287BD;
}
</style>
border-color css
<style>
span { border-color: #C287BD; }
span { border-color: rgb(194,135,189); }
td.TdClassName
{
border-color: #C287BD;
}
.TagClassName
{
border-color: #C287BD;
}
</style>