Shades of London Hue #C27AB2
Tints of London Hue #C27AB2
RGB
CMYK
RGB Variations
Color information
#C27AB2 (or 0xC27AB2) is known color: London Hue. HEX triplet: C2, 7A and B2. RGB value is (194,122,178). Sum of RGB (Red+Green+Blue) = 194+122+178=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AB2 is #3D854D. Grayscale: #959595. Windows color (decimal): -4031822 or 11696834. OLE color: 11696834.
HSL color Cylindrical-coordinate representation of color #C27AB2: hue angle of 313.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AB2 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 178 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.24 |
| HSL | 313.33º | 0.37% | 0.62% | - |
| HSV(B) | 313.33º | 0.37% | 0.76% | - |
| XYZ | 37.24 | 28.6 | 45.68 | - |
| YUV | 149.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 178 | 0 | 0.37 | 0.08 | 0.24 | 313.33 | 0.37 | 0.62 |
| Hex | C2 | 7A | B2 | 0 | 25 | 8 | 18 | 139 | 25 | 3E |
| Octal | 302 | 172 | 262 | 0 | 45 | 10 | 30 | 471 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10110010 | 0 | 100101 | 1000 | 11000 | 100111001 | 100101 | 111110 |
Color Harmonies of #C27AB2
Complementary color
Monochromatic Colors of #C27AB2
Black with #C27AB2
Text Example
Text Example
White with #C27AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AB2; }
p { color: rgb(194,122,178); }
H1.HeaderClassName
{
color: #C27AB2;
}
.AnyTagClassName
{
color: #C27AB2;
}
</style>
background-color css
<style>
a { background-color: #C27AB2; }
a { background-color: rgb(194,122,178); }
div.DivClassName
{
background-color: #C27AB2;
}
.BgClassName
{
background-color: #C27AB2;
}
</style>
border-color css
<style>
span { border-color: #C27AB2; }
span { border-color: rgb(194,122,178); }
td.TdClassName
{
border-color: #C27AB2;
}
.TagClassName
{
border-color: #C27AB2;
}
</style>