Shades of London Hue #C282BE
Tints of London Hue #C282BE
RGB
CMYK
RGB Variations
Color information
#C282BE (or 0xC282BE) is known color: London Hue. HEX triplet: C2, 82 and BE. RGB value is (194,130,190). Sum of RGB (Red+Green+Blue) = 194+130+190=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C282BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282BE is #3D7D41. Grayscale: #9B9B9B. Windows color (decimal): -4029762 or 12485314. OLE color: 12485314.
HSL color Cylindrical-coordinate representation of color #C282BE: hue angle of 303.75º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C282BE is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 190 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.24 |
| HSL | 303.75º | 0.34% | 0.64% | - |
| HSV(B) | 303.75º | 0.33% | 0.76% | - |
| XYZ | 39.53 | 31.15 | 52.65 | - |
| YUV | 155.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 190 | 0 | 0.33 | 0.02 | 0.24 | 303.75 | 0.34 | 0.64 |
| Hex | C2 | 82 | BE | 0 | 21 | 2 | 18 | 130 | 22 | 40 |
| Octal | 302 | 202 | 276 | 0 | 41 | 2 | 30 | 460 | 42 | 100 |
| Binary | 11000010 | 10000010 | 10111110 | 0 | 100001 | 10 | 11000 | 100110000 | 100010 | 1000000 |
Color Harmonies of #C282BE
Complementary color
Monochromatic Colors of #C282BE
Black with #C282BE
Text Example
Text Example
White with #C282BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282BE; }
p { color: rgb(194,130,190); }
H1.HeaderClassName
{
color: #C282BE;
}
.AnyTagClassName
{
color: #C282BE;
}
</style>
background-color css
<style>
a { background-color: #C282BE; }
a { background-color: rgb(194,130,190); }
div.DivClassName
{
background-color: #C282BE;
}
.BgClassName
{
background-color: #C282BE;
}
</style>
border-color css
<style>
span { border-color: #C282BE; }
span { border-color: rgb(194,130,190); }
td.TdClassName
{
border-color: #C282BE;
}
.TagClassName
{
border-color: #C282BE;
}
</style>