Shades of London Hue #C278B0
Tints of London Hue #C278B0
RGB
CMYK
RGB Variations
Color information
#C278B0 (or 0xC278B0) is known color: London Hue. HEX triplet: C2, 78 and B0. RGB value is (194,120,176). Sum of RGB (Red+Green+Blue) = 194+120+176=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C278B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278B0 is #3D874F. Grayscale: #949494. Windows color (decimal): -4032336 or 11565250. OLE color: 11565250.
HSL color Cylindrical-coordinate representation of color #C278B0: hue angle of 314.59º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C278B0 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 176 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.24 |
| HSL | 314.59º | 0.38% | 0.62% | - |
| HSV(B) | 314.59º | 0.38% | 0.76% | - |
| XYZ | 36.8 | 28.04 | 44.55 | - |
| YUV | 148.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 176 | 0 | 0.38 | 0.09 | 0.24 | 314.59 | 0.38 | 0.62 |
| Hex | C2 | 78 | B0 | 0 | 26 | 9 | 18 | 13B | 26 | 3E |
| Octal | 302 | 170 | 260 | 0 | 46 | 11 | 30 | 473 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10110000 | 0 | 100110 | 1001 | 11000 | 100111011 | 100110 | 111110 |
Color Harmonies of #C278B0
Complementary color
Monochromatic Colors of #C278B0
Black with #C278B0
Text Example
Text Example
White with #C278B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278B0; }
p { color: rgb(194,120,176); }
H1.HeaderClassName
{
color: #C278B0;
}
.AnyTagClassName
{
color: #C278B0;
}
</style>
background-color css
<style>
a { background-color: #C278B0; }
a { background-color: rgb(194,120,176); }
div.DivClassName
{
background-color: #C278B0;
}
.BgClassName
{
background-color: #C278B0;
}
</style>
border-color css
<style>
span { border-color: #C278B0; }
span { border-color: rgb(194,120,176); }
td.TdClassName
{
border-color: #C278B0;
}
.TagClassName
{
border-color: #C278B0;
}
</style>