Shades of London Hue #C681BC
Tints of London Hue #C681BC
RGB
CMYK
RGB Variations
Color information
#C681BC (or 0xC681BC) is known color: London Hue. HEX triplet: C6, 81 and BC. RGB value is (198,129,188). Sum of RGB (Red+Green+Blue) = 198+129+188=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C681BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681BC is #397E43. Grayscale: #9C9C9C. Windows color (decimal): -3767876 or 12353990. OLE color: 12353990.
HSL color Cylindrical-coordinate representation of color #C681BC: hue angle of 308.7º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C681BC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 188 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.22 |
| HSL | 308.7º | 0.38% | 0.64% | - |
| HSV(B) | 308.7º | 0.35% | 0.78% | - |
| XYZ | 40.22 | 31.34 | 51.51 | - |
| YUV | 156.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 188 | 0 | 0.35 | 0.05 | 0.22 | 308.7 | 0.38 | 0.64 |
| Hex | C6 | 81 | BC | 0 | 23 | 5 | 16 | 135 | 26 | 40 |
| Octal | 306 | 201 | 274 | 0 | 43 | 5 | 26 | 465 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10111100 | 0 | 100011 | 101 | 10110 | 100110101 | 100110 | 1000000 |
Color Harmonies of #C681BC
Complementary color
Monochromatic Colors of #C681BC
Black with #C681BC
Text Example
Text Example
White with #C681BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C681BC; }
p { color: rgb(198,129,188); }
H1.HeaderClassName
{
color: #C681BC;
}
.AnyTagClassName
{
color: #C681BC;
}
</style>
background-color css
<style>
a { background-color: #C681BC; }
a { background-color: rgb(198,129,188); }
div.DivClassName
{
background-color: #C681BC;
}
.BgClassName
{
background-color: #C681BC;
}
</style>
border-color css
<style>
span { border-color: #C681BC; }
span { border-color: rgb(198,129,188); }
td.TdClassName
{
border-color: #C681BC;
}
.TagClassName
{
border-color: #C681BC;
}
</style>