Shades of London Hue #C284BE
Tints of London Hue #C284BE
RGB
CMYK
RGB Variations
Color information
#C284BE (or 0xC284BE) is known color: London Hue. HEX triplet: C2, 84 and BE. RGB value is (194,132,190). Sum of RGB (Red+Green+Blue) = 194+132+190=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C284BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284BE is #3D7B41. Grayscale: #9C9C9C. Windows color (decimal): -4029250 or 12485826. OLE color: 12485826.
HSL color Cylindrical-coordinate representation of color #C284BE: hue angle of 303.87º 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 #C284BE is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 190 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.24 |
| HSL | 303.87º | 0.34% | 0.64% | - |
| HSV(B) | 303.87º | 0.32% | 0.76% | - |
| XYZ | 39.79 | 31.69 | 52.73 | - |
| YUV | 157.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 190 | 0 | 0.32 | 0.02 | 0.24 | 303.87 | 0.34 | 0.64 |
| Hex | C2 | 84 | BE | 0 | 20 | 2 | 18 | 130 | 22 | 40 |
| Octal | 302 | 204 | 276 | 0 | 40 | 2 | 30 | 460 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10111110 | 0 | 100000 | 10 | 11000 | 100110000 | 100010 | 1000000 |
Color Harmonies of #C284BE
Complementary color
Monochromatic Colors of #C284BE
Black with #C284BE
Text Example
Text Example
White with #C284BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284BE; }
p { color: rgb(194,132,190); }
H1.HeaderClassName
{
color: #C284BE;
}
.AnyTagClassName
{
color: #C284BE;
}
</style>
background-color css
<style>
a { background-color: #C284BE; }
a { background-color: rgb(194,132,190); }
div.DivClassName
{
background-color: #C284BE;
}
.BgClassName
{
background-color: #C284BE;
}
</style>
border-color css
<style>
span { border-color: #C284BE; }
span { border-color: rgb(194,132,190); }
td.TdClassName
{
border-color: #C284BE;
}
.TagClassName
{
border-color: #C284BE;
}
</style>