Shades of London Hue #C683BC
Tints of London Hue #C683BC
RGB
CMYK
RGB Variations
Color information
#C683BC (or 0xC683BC) is known color: London Hue. HEX triplet: C6, 83 and BC. RGB value is (198,131,188). Sum of RGB (Red+Green+Blue) = 198+131+188=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C683BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683BC is #397C43. Grayscale: #9D9D9D. Windows color (decimal): -3767364 or 12354502. OLE color: 12354502.
HSL color Cylindrical-coordinate representation of color #C683BC: hue angle of 308.96º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C683BC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 188 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.22 |
| HSL | 308.96º | 0.37% | 0.65% | - |
| HSV(B) | 308.96º | 0.34% | 0.78% | - |
| XYZ | 40.48 | 31.87 | 51.59 | - |
| YUV | 157.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 188 | 0 | 0.34 | 0.05 | 0.22 | 308.96 | 0.37 | 0.65 |
| Hex | C6 | 83 | BC | 0 | 22 | 5 | 16 | 135 | 25 | 41 |
| Octal | 306 | 203 | 274 | 0 | 42 | 5 | 26 | 465 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10111100 | 0 | 100010 | 101 | 10110 | 100110101 | 100101 | 1000001 |
Color Harmonies of #C683BC
Complementary color
Monochromatic Colors of #C683BC
Black with #C683BC
Text Example
Text Example
White with #C683BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683BC; }
p { color: rgb(198,131,188); }
H1.HeaderClassName
{
color: #C683BC;
}
.AnyTagClassName
{
color: #C683BC;
}
</style>
background-color css
<style>
a { background-color: #C683BC; }
a { background-color: rgb(198,131,188); }
div.DivClassName
{
background-color: #C683BC;
}
.BgClassName
{
background-color: #C683BC;
}
</style>
border-color css
<style>
span { border-color: #C683BC; }
span { border-color: rgb(198,131,188); }
td.TdClassName
{
border-color: #C683BC;
}
.TagClassName
{
border-color: #C683BC;
}
</style>