Shades of London Hue #C678B2
Tints of London Hue #C678B2
RGB
CMYK
RGB Variations
Color information
#C678B2 (or 0xC678B2) is known color: London Hue. HEX triplet: C6, 78 and B2. RGB value is (198,120,178). Sum of RGB (Red+Green+Blue) = 198+120+178=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C678B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C678B2 is #39874D. Grayscale: #959595. Windows color (decimal): -3770190 or 11696326. OLE color: 11696326.
HSL color Cylindrical-coordinate representation of color #C678B2: hue angle of 315.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678B2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 178 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.22 |
| HSL | 315.38º | 0.41% | 0.62% | - |
| HSV(B) | 315.38º | 0.39% | 0.78% | - |
| XYZ | 38.04 | 28.65 | 45.65 | - |
| YUV | 149.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 178 | 0 | 0.39 | 0.10 | 0.22 | 315.38 | 0.41 | 0.62 |
| Hex | C6 | 78 | B2 | 0 | 27 | A | 16 | 13B | 29 | 3E |
| Octal | 306 | 170 | 262 | 0 | 47 | 12 | 26 | 473 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10110010 | 0 | 100111 | 1010 | 10110 | 100111011 | 101001 | 111110 |
Color Harmonies of #C678B2
Complementary color
Monochromatic Colors of #C678B2
Black with #C678B2
Text Example
Text Example
White with #C678B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678B2; }
p { color: rgb(198,120,178); }
H1.HeaderClassName
{
color: #C678B2;
}
.AnyTagClassName
{
color: #C678B2;
}
</style>
background-color css
<style>
a { background-color: #C678B2; }
a { background-color: rgb(198,120,178); }
div.DivClassName
{
background-color: #C678B2;
}
.BgClassName
{
background-color: #C678B2;
}
</style>
border-color css
<style>
span { border-color: #C678B2; }
span { border-color: rgb(198,120,178); }
td.TdClassName
{
border-color: #C678B2;
}
.TagClassName
{
border-color: #C678B2;
}
</style>