Shades of London Hue #C27CB7
Tints of London Hue #C27CB7
RGB
CMYK
RGB Variations
Color information
#C27CB7 (or 0xC27CB7) is known color: London Hue. HEX triplet: C2, 7C and B7. RGB value is (194,124,183). Sum of RGB (Red+Green+Blue) = 194+124+183=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CB7 is #3D8348. Grayscale: #979797. Windows color (decimal): -4031305 or 12025026. OLE color: 12025026.
HSL color Cylindrical-coordinate representation of color #C27CB7: hue angle of 309.43º 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 #C27CB7 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 183 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.24 |
| HSL | 309.43º | 0.36% | 0.62% | - |
| HSV(B) | 309.43º | 0.36% | 0.76% | - |
| XYZ | 38 | 29.3 | 48.45 | - |
| YUV | 151.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 183 | 0 | 0.36 | 0.06 | 0.24 | 309.43 | 0.36 | 0.62 |
| Hex | C2 | 7C | B7 | 0 | 24 | 6 | 18 | 135 | 24 | 3E |
| Octal | 302 | 174 | 267 | 0 | 44 | 6 | 30 | 465 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10110111 | 0 | 100100 | 110 | 11000 | 100110101 | 100100 | 111110 |
Color Harmonies of #C27CB7
Complementary color
Monochromatic Colors of #C27CB7
Black with #C27CB7
Text Example
Text Example
White with #C27CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CB7; }
p { color: rgb(194,124,183); }
H1.HeaderClassName
{
color: #C27CB7;
}
.AnyTagClassName
{
color: #C27CB7;
}
</style>
background-color css
<style>
a { background-color: #C27CB7; }
a { background-color: rgb(194,124,183); }
div.DivClassName
{
background-color: #C27CB7;
}
.BgClassName
{
background-color: #C27CB7;
}
</style>
border-color css
<style>
span { border-color: #C27CB7; }
span { border-color: rgb(194,124,183); }
td.TdClassName
{
border-color: #C27CB7;
}
.TagClassName
{
border-color: #C27CB7;
}
</style>