Shades of London Hue #C17FBE
Tints of London Hue #C17FBE
RGB
CMYK
RGB Variations
Color information
#C17FBE (or 0xC17FBE) is known color: London Hue. HEX triplet: C1, 7F and BE. RGB value is (193,127,190). Sum of RGB (Red+Green+Blue) = 193+127+190=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FBE is #3E8041. Grayscale: #999999. Windows color (decimal): -4096066 or 12484545. OLE color: 12484545.
HSL color Cylindrical-coordinate representation of color #C17FBE: hue angle of 302.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17FBE is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 190 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.24 |
| HSL | 302.73º | 0.35% | 0.63% | - |
| HSV(B) | 302.73º | 0.34% | 0.76% | - |
| XYZ | 38.88 | 30.23 | 52.5 | - |
| YUV | 153.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 190 | 0 | 0.34 | 0.02 | 0.24 | 302.73 | 0.35 | 0.63 |
| Hex | C1 | 7F | BE | 0 | 22 | 2 | 18 | 12F | 23 | 3F |
| Octal | 301 | 177 | 276 | 0 | 42 | 2 | 30 | 457 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10111110 | 0 | 100010 | 10 | 11000 | 100101111 | 100011 | 111111 |
Color Harmonies of #C17FBE
Complementary color
Monochromatic Colors of #C17FBE
Black with #C17FBE
Text Example
Text Example
White with #C17FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FBE; }
p { color: rgb(193,127,190); }
H1.HeaderClassName
{
color: #C17FBE;
}
.AnyTagClassName
{
color: #C17FBE;
}
</style>
background-color css
<style>
a { background-color: #C17FBE; }
a { background-color: rgb(193,127,190); }
div.DivClassName
{
background-color: #C17FBE;
}
.BgClassName
{
background-color: #C17FBE;
}
</style>
border-color css
<style>
span { border-color: #C17FBE; }
span { border-color: rgb(193,127,190); }
td.TdClassName
{
border-color: #C17FBE;
}
.TagClassName
{
border-color: #C17FBE;
}
</style>