Shades of London Hue #C27FAE
Tints of London Hue #C27FAE
RGB
CMYK
RGB Variations
Color information
#C27FAE (or 0xC27FAE) is known color: London Hue. HEX triplet: C2, 7F and AE. RGB value is (194,127,174). Sum of RGB (Red+Green+Blue) = 194+127+174=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FAE is #3D8051. Grayscale: #989898. Windows color (decimal): -4030546 or 11435970. OLE color: 11435970.
HSL color Cylindrical-coordinate representation of color #C27FAE: hue angle of 317.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27FAE is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 174 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.24 |
| HSL | 317.91º | 0.35% | 0.63% | - |
| HSV(B) | 317.91º | 0.35% | 0.76% | - |
| XYZ | 37.48 | 29.7 | 43.8 | - |
| YUV | 152.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 174 | 0 | 0.35 | 0.10 | 0.24 | 317.91 | 0.35 | 0.63 |
| Hex | C2 | 7F | AE | 0 | 23 | A | 18 | 13E | 23 | 3F |
| Octal | 302 | 177 | 256 | 0 | 43 | 12 | 30 | 476 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10101110 | 0 | 100011 | 1010 | 11000 | 100111110 | 100011 | 111111 |
Color Harmonies of #C27FAE
Complementary color
Monochromatic Colors of #C27FAE
Black with #C27FAE
Text Example
Text Example
White with #C27FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FAE; }
p { color: rgb(194,127,174); }
H1.HeaderClassName
{
color: #C27FAE;
}
.AnyTagClassName
{
color: #C27FAE;
}
</style>
background-color css
<style>
a { background-color: #C27FAE; }
a { background-color: rgb(194,127,174); }
div.DivClassName
{
background-color: #C27FAE;
}
.BgClassName
{
background-color: #C27FAE;
}
</style>
border-color css
<style>
span { border-color: #C27FAE; }
span { border-color: rgb(194,127,174); }
td.TdClassName
{
border-color: #C27FAE;
}
.TagClassName
{
border-color: #C27FAE;
}
</style>