Shades of London Hue #C283BD
Tints of London Hue #C283BD
RGB
CMYK
RGB Variations
Color information
#C283BD (or 0xC283BD) is known color: London Hue. HEX triplet: C2, 83 and BD. RGB value is (194,131,189). Sum of RGB (Red+Green+Blue) = 194+131+189=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C283BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283BD is #3D7C42. Grayscale: #9C9C9C. Windows color (decimal): -4029507 or 12420034. OLE color: 12420034.
HSL color Cylindrical-coordinate representation of color #C283BD: hue angle of 304.76º 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 #C283BD is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 189 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.24 |
| HSL | 304.76º | 0.34% | 0.64% | - |
| HSV(B) | 304.76º | 0.32% | 0.76% | - |
| XYZ | 39.55 | 31.38 | 52.12 | - |
| YUV | 156.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 189 | 0 | 0.32 | 0.03 | 0.24 | 304.76 | 0.34 | 0.64 |
| Hex | C2 | 83 | BD | 0 | 20 | 3 | 18 | 131 | 22 | 40 |
| Octal | 302 | 203 | 275 | 0 | 40 | 3 | 30 | 461 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10111101 | 0 | 100000 | 11 | 11000 | 100110001 | 100010 | 1000000 |
Color Harmonies of #C283BD
Complementary color
Monochromatic Colors of #C283BD
Black with #C283BD
Text Example
Text Example
White with #C283BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283BD; }
p { color: rgb(194,131,189); }
H1.HeaderClassName
{
color: #C283BD;
}
.AnyTagClassName
{
color: #C283BD;
}
</style>
background-color css
<style>
a { background-color: #C283BD; }
a { background-color: rgb(194,131,189); }
div.DivClassName
{
background-color: #C283BD;
}
.BgClassName
{
background-color: #C283BD;
}
</style>
border-color css
<style>
span { border-color: #C283BD; }
span { border-color: rgb(194,131,189); }
td.TdClassName
{
border-color: #C283BD;
}
.TagClassName
{
border-color: #C283BD;
}
</style>