Shades of London Hue #C27DBA
Tints of London Hue #C27DBA
RGB
CMYK
RGB Variations
Color information
#C27DBA (or 0xC27DBA) is known color: London Hue. HEX triplet: C2, 7D and BA. RGB value is (194,125,186). Sum of RGB (Red+Green+Blue) = 194+125+186=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DBA is #3D8245. Grayscale: #989898. Windows color (decimal): -4031046 or 12221890. OLE color: 12221890.
HSL color Cylindrical-coordinate representation of color #C27DBA: hue angle of 306.96º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DBA is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 186 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.24 |
| HSL | 306.96º | 0.36% | 0.63% | - |
| HSV(B) | 306.96º | 0.36% | 0.76% | - |
| XYZ | 38.44 | 29.68 | 50.16 | - |
| YUV | 152.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 186 | 0 | 0.36 | 0.04 | 0.24 | 306.96 | 0.36 | 0.63 |
| Hex | C2 | 7D | BA | 0 | 24 | 4 | 18 | 133 | 24 | 3F |
| Octal | 302 | 175 | 272 | 0 | 44 | 4 | 30 | 463 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10111010 | 0 | 100100 | 100 | 11000 | 100110011 | 100100 | 111111 |
Color Harmonies of #C27DBA
Complementary color
Monochromatic Colors of #C27DBA
Black with #C27DBA
Text Example
Text Example
White with #C27DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DBA; }
p { color: rgb(194,125,186); }
H1.HeaderClassName
{
color: #C27DBA;
}
.AnyTagClassName
{
color: #C27DBA;
}
</style>
background-color css
<style>
a { background-color: #C27DBA; }
a { background-color: rgb(194,125,186); }
div.DivClassName
{
background-color: #C27DBA;
}
.BgClassName
{
background-color: #C27DBA;
}
</style>
border-color css
<style>
span { border-color: #C27DBA; }
span { border-color: rgb(194,125,186); }
td.TdClassName
{
border-color: #C27DBA;
}
.TagClassName
{
border-color: #C27DBA;
}
</style>