Shades of London Hue #C283BC
Tints of London Hue #C283BC
RGB
CMYK
RGB Variations
Color information
#C283BC (or 0xC283BC) is known color: London Hue. HEX triplet: C2, 83 and BC. RGB value is (194,131,188). Sum of RGB (Red+Green+Blue) = 194+131+188=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C283BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283BC is #3D7C43. Grayscale: #9C9C9C. Windows color (decimal): -4029508 or 12354498. OLE color: 12354498.
HSL color Cylindrical-coordinate representation of color #C283BC: hue angle of 305.71º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C283BC is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 188 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.24 |
| HSL | 305.71º | 0.34% | 0.64% | - |
| HSV(B) | 305.71º | 0.32% | 0.76% | - |
| XYZ | 39.44 | 31.33 | 51.55 | - |
| YUV | 156.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 188 | 0 | 0.32 | 0.03 | 0.24 | 305.71 | 0.34 | 0.64 |
| Hex | C2 | 83 | BC | 0 | 20 | 3 | 18 | 132 | 22 | 40 |
| Octal | 302 | 203 | 274 | 0 | 40 | 3 | 30 | 462 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10111100 | 0 | 100000 | 11 | 11000 | 100110010 | 100010 | 1000000 |
Color Harmonies of #C283BC
Complementary color
Monochromatic Colors of #C283BC
Black with #C283BC
Text Example
Text Example
White with #C283BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283BC; }
p { color: rgb(194,131,188); }
H1.HeaderClassName
{
color: #C283BC;
}
.AnyTagClassName
{
color: #C283BC;
}
</style>
background-color css
<style>
a { background-color: #C283BC; }
a { background-color: rgb(194,131,188); }
div.DivClassName
{
background-color: #C283BC;
}
.BgClassName
{
background-color: #C283BC;
}
</style>
border-color css
<style>
span { border-color: #C283BC; }
span { border-color: rgb(194,131,188); }
td.TdClassName
{
border-color: #C283BC;
}
.TagClassName
{
border-color: #C283BC;
}
</style>