Shades of London Hue #C27AB3
Tints of London Hue #C27AB3
RGB
CMYK
RGB Variations
Color information
#C27AB3 (or 0xC27AB3) is known color: London Hue. HEX triplet: C2, 7A and B3. RGB value is (194,122,179). Sum of RGB (Red+Green+Blue) = 194+122+179=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AB3 is #3D854C. Grayscale: #959595. Windows color (decimal): -4031821 or 11762370. OLE color: 11762370.
HSL color Cylindrical-coordinate representation of color #C27AB3: hue angle of 312.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AB3 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 179 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.24 |
| HSL | 312.5º | 0.37% | 0.62% | - |
| HSV(B) | 312.5º | 0.37% | 0.76% | - |
| XYZ | 37.34 | 28.64 | 46.21 | - |
| YUV | 150.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 179 | 0 | 0.37 | 0.08 | 0.24 | 312.5 | 0.37 | 0.62 |
| Hex | C2 | 7A | B3 | 0 | 25 | 8 | 18 | 138 | 25 | 3E |
| Octal | 302 | 172 | 263 | 0 | 45 | 10 | 30 | 470 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10110011 | 0 | 100101 | 1000 | 11000 | 100111000 | 100101 | 111110 |
Color Harmonies of #C27AB3
Complementary color
Monochromatic Colors of #C27AB3
Black with #C27AB3
Text Example
Text Example
White with #C27AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AB3; }
p { color: rgb(194,122,179); }
H1.HeaderClassName
{
color: #C27AB3;
}
.AnyTagClassName
{
color: #C27AB3;
}
</style>
background-color css
<style>
a { background-color: #C27AB3; }
a { background-color: rgb(194,122,179); }
div.DivClassName
{
background-color: #C27AB3;
}
.BgClassName
{
background-color: #C27AB3;
}
</style>
border-color css
<style>
span { border-color: #C27AB3; }
span { border-color: rgb(194,122,179); }
td.TdClassName
{
border-color: #C27AB3;
}
.TagClassName
{
border-color: #C27AB3;
}
</style>