Shades of London Hue #C27CAF
Tints of London Hue #C27CAF
RGB
CMYK
RGB Variations
Color information
#C27CAF (or 0xC27CAF) is known color: London Hue. HEX triplet: C2, 7C and AF. RGB value is (194,124,175). Sum of RGB (Red+Green+Blue) = 194+124+175=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CAF is #3D8350. Grayscale: #969696. Windows color (decimal): -4031313 or 11500738. OLE color: 11500738.
HSL color Cylindrical-coordinate representation of color #C27CAF: hue angle of 316.29º 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 #C27CAF is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 175 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.24 |
| HSL | 316.29º | 0.36% | 0.62% | - |
| HSV(B) | 316.29º | 0.36% | 0.76% | - |
| XYZ | 37.19 | 28.98 | 44.19 | - |
| YUV | 150.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 175 | 0 | 0.36 | 0.10 | 0.24 | 316.29 | 0.36 | 0.62 |
| Hex | C2 | 7C | AF | 0 | 24 | A | 18 | 13C | 24 | 3E |
| Octal | 302 | 174 | 257 | 0 | 44 | 12 | 30 | 474 | 44 | 76 |
| Binary | 11000010 | 1111100 | 10101111 | 0 | 100100 | 1010 | 11000 | 100111100 | 100100 | 111110 |
Color Harmonies of #C27CAF
Complementary color
Monochromatic Colors of #C27CAF
Black with #C27CAF
Text Example
Text Example
White with #C27CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CAF; }
p { color: rgb(194,124,175); }
H1.HeaderClassName
{
color: #C27CAF;
}
.AnyTagClassName
{
color: #C27CAF;
}
</style>
background-color css
<style>
a { background-color: #C27CAF; }
a { background-color: rgb(194,124,175); }
div.DivClassName
{
background-color: #C27CAF;
}
.BgClassName
{
background-color: #C27CAF;
}
</style>
border-color css
<style>
span { border-color: #C27CAF; }
span { border-color: rgb(194,124,175); }
td.TdClassName
{
border-color: #C27CAF;
}
.TagClassName
{
border-color: #C27CAF;
}
</style>