Shades of London Hue #C27CBC
Tints of London Hue #C27CBC
RGB
CMYK
RGB Variations
Color information
#C27CBC (or 0xC27CBC) is known color: London Hue. HEX triplet: C2, 7C and BC. RGB value is (194,124,188). Sum of RGB (Red+Green+Blue) = 194+124+188=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CBC is #3D8343. Grayscale: #989898. Windows color (decimal): -4031300 or 12352706. OLE color: 12352706.
HSL color Cylindrical-coordinate representation of color #C27CBC: hue angle of 305.14º 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 #C27CBC is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 188 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.24 |
| HSL | 305.14º | 0.36% | 0.62% | - |
| HSV(B) | 305.14º | 0.36% | 0.76% | - |
| XYZ | 38.53 | 29.52 | 51.24 | - |
| YUV | 152.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 188 | 0 | 0.36 | 0.03 | 0.24 | 305.14 | 0.36 | 0.62 |
| Hex | C2 | 7C | BC | 0 | 24 | 3 | 18 | 131 | 24 | 3E |
| Octal | 302 | 174 | 274 | 0 | 44 | 3 | 30 | 461 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10111100 | 0 | 100100 | 11 | 11000 | 100110001 | 100100 | 111110 |
Color Harmonies of #C27CBC
Complementary color
Monochromatic Colors of #C27CBC
Black with #C27CBC
Text Example
Text Example
White with #C27CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CBC; }
p { color: rgb(194,124,188); }
H1.HeaderClassName
{
color: #C27CBC;
}
.AnyTagClassName
{
color: #C27CBC;
}
</style>
background-color css
<style>
a { background-color: #C27CBC; }
a { background-color: rgb(194,124,188); }
div.DivClassName
{
background-color: #C27CBC;
}
.BgClassName
{
background-color: #C27CBC;
}
</style>
border-color css
<style>
span { border-color: #C27CBC; }
span { border-color: rgb(194,124,188); }
td.TdClassName
{
border-color: #C27CBC;
}
.TagClassName
{
border-color: #C27CBC;
}
</style>