Shades of London Hue #C287B5
Tints of London Hue #C287B5
RGB
CMYK
RGB Variations
Color information
#C287B5 (or 0xC287B5) is known color: London Hue. HEX triplet: C2, 87 and B5. RGB value is (194,135,181). Sum of RGB (Red+Green+Blue) = 194+135+181=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C287B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287B5 is #3D784A. Grayscale: #9D9D9D. Windows color (decimal): -4028491 or 11896770. OLE color: 11896770.
HSL color Cylindrical-coordinate representation of color #C287B5: hue angle of 313.22º 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 #C287B5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 181 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.24 |
| HSL | 313.22º | 0.33% | 0.65% | - |
| HSV(B) | 313.22º | 0.3% | 0.76% | - |
| XYZ | 39.25 | 32.13 | 47.85 | - |
| YUV | 157.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 181 | 0 | 0.30 | 0.07 | 0.24 | 313.22 | 0.33 | 0.65 |
| Hex | C2 | 87 | B5 | 0 | 1E | 7 | 18 | 139 | 21 | 41 |
| Octal | 302 | 207 | 265 | 0 | 36 | 7 | 30 | 471 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10110101 | 0 | 11110 | 111 | 11000 | 100111001 | 100001 | 1000001 |
Color Harmonies of #C287B5
Complementary color
Monochromatic Colors of #C287B5
Black with #C287B5
Text Example
Text Example
White with #C287B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287B5; }
p { color: rgb(194,135,181); }
H1.HeaderClassName
{
color: #C287B5;
}
.AnyTagClassName
{
color: #C287B5;
}
</style>
background-color css
<style>
a { background-color: #C287B5; }
a { background-color: rgb(194,135,181); }
div.DivClassName
{
background-color: #C287B5;
}
.BgClassName
{
background-color: #C287B5;
}
</style>
border-color css
<style>
span { border-color: #C287B5; }
span { border-color: rgb(194,135,181); }
td.TdClassName
{
border-color: #C287B5;
}
.TagClassName
{
border-color: #C287B5;
}
</style>