Shades of London Hue #C27CB1
Tints of London Hue #C27CB1
RGB
CMYK
RGB Variations
Color information
#C27CB1 (or 0xC27CB1) is known color: London Hue. HEX triplet: C2, 7C and B1. RGB value is (194,124,177). Sum of RGB (Red+Green+Blue) = 194+124+177=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CB1 is #3D834E. Grayscale: #969696. Windows color (decimal): -4031311 or 11631810. OLE color: 11631810.
HSL color Cylindrical-coordinate representation of color #C27CB1: hue angle of 314.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27CB1 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 177 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.24 |
| HSL | 314.57º | 0.36% | 0.62% | - |
| HSV(B) | 314.57º | 0.36% | 0.76% | - |
| XYZ | 37.39 | 29.06 | 45.23 | - |
| YUV | 150.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 177 | 0 | 0.36 | 0.09 | 0.24 | 314.57 | 0.36 | 0.62 |
| Hex | C2 | 7C | B1 | 0 | 24 | 9 | 18 | 13B | 24 | 3E |
| Octal | 302 | 174 | 261 | 0 | 44 | 11 | 30 | 473 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10110001 | 0 | 100100 | 1001 | 11000 | 100111011 | 100100 | 111110 |
Color Harmonies of #C27CB1
Complementary color
Monochromatic Colors of #C27CB1
Black with #C27CB1
Text Example
Text Example
White with #C27CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CB1; }
p { color: rgb(194,124,177); }
H1.HeaderClassName
{
color: #C27CB1;
}
.AnyTagClassName
{
color: #C27CB1;
}
</style>
background-color css
<style>
a { background-color: #C27CB1; }
a { background-color: rgb(194,124,177); }
div.DivClassName
{
background-color: #C27CB1;
}
.BgClassName
{
background-color: #C27CB1;
}
</style>
border-color css
<style>
span { border-color: #C27CB1; }
span { border-color: rgb(194,124,177); }
td.TdClassName
{
border-color: #C27CB1;
}
.TagClassName
{
border-color: #C27CB1;
}
</style>