Shades of London Hue #C27FBE
Tints of London Hue #C27FBE
RGB
CMYK
RGB Variations
Color information
#C27FBE (or 0xC27FBE) is known color: London Hue. HEX triplet: C2, 7F and BE. RGB value is (194,127,190). Sum of RGB (Red+Green+Blue) = 194+127+190=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FBE is #3D8041. Grayscale: #9A9A9A. Windows color (decimal): -4030530 or 12484546. OLE color: 12484546.
HSL color Cylindrical-coordinate representation of color #C27FBE: hue angle of 303.58º 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 #C27FBE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 190 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.24 |
| HSL | 303.58º | 0.35% | 0.63% | - |
| HSV(B) | 303.58º | 0.35% | 0.76% | - |
| XYZ | 39.13 | 30.37 | 52.51 | - |
| YUV | 154.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 190 | 0 | 0.35 | 0.02 | 0.24 | 303.58 | 0.35 | 0.63 |
| Hex | C2 | 7F | BE | 0 | 23 | 2 | 18 | 130 | 23 | 3F |
| Octal | 302 | 177 | 276 | 0 | 43 | 2 | 30 | 460 | 43 | 77 |
| Binary | 11000010 | 1111111 | 10111110 | 0 | 100011 | 10 | 11000 | 100110000 | 100011 | 111111 |
Color Harmonies of #C27FBE
Complementary color
Monochromatic Colors of #C27FBE
Black with #C27FBE
Text Example
Text Example
White with #C27FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FBE; }
p { color: rgb(194,127,190); }
H1.HeaderClassName
{
color: #C27FBE;
}
.AnyTagClassName
{
color: #C27FBE;
}
</style>
background-color css
<style>
a { background-color: #C27FBE; }
a { background-color: rgb(194,127,190); }
div.DivClassName
{
background-color: #C27FBE;
}
.BgClassName
{
background-color: #C27FBE;
}
</style>
border-color css
<style>
span { border-color: #C27FBE; }
span { border-color: rgb(194,127,190); }
td.TdClassName
{
border-color: #C27FBE;
}
.TagClassName
{
border-color: #C27FBE;
}
</style>