Shades of London Hue #C283B4
Tints of London Hue #C283B4
RGB
CMYK
RGB Variations
Color information
#C283B4 (or 0xC283B4) is known color: London Hue. HEX triplet: C2, 83 and B4. RGB value is (194,131,180). Sum of RGB (Red+Green+Blue) = 194+131+180=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C283B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283B4 is #3D7C4B. Grayscale: #9B9B9B. Windows color (decimal): -4029516 or 11830210. OLE color: 11830210.
HSL color Cylindrical-coordinate representation of color #C283B4: hue angle of 313.33º 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 #C283B4 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 180 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.24 |
| HSL | 313.33º | 0.34% | 0.64% | - |
| HSV(B) | 313.33º | 0.32% | 0.76% | - |
| XYZ | 38.6 | 31 | 47.13 | - |
| YUV | 155.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 180 | 0 | 0.32 | 0.07 | 0.24 | 313.33 | 0.34 | 0.64 |
| Hex | C2 | 83 | B4 | 0 | 20 | 7 | 18 | 139 | 22 | 40 |
| Octal | 302 | 203 | 264 | 0 | 40 | 7 | 30 | 471 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10110100 | 0 | 100000 | 111 | 11000 | 100111001 | 100010 | 1000000 |
Color Harmonies of #C283B4
Complementary color
Monochromatic Colors of #C283B4
Black with #C283B4
Text Example
Text Example
White with #C283B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C283B4; }
p { color: rgb(194,131,180); }
H1.HeaderClassName
{
color: #C283B4;
}
.AnyTagClassName
{
color: #C283B4;
}
</style>
background-color css
<style>
a { background-color: #C283B4; }
a { background-color: rgb(194,131,180); }
div.DivClassName
{
background-color: #C283B4;
}
.BgClassName
{
background-color: #C283B4;
}
</style>
border-color css
<style>
span { border-color: #C283B4; }
span { border-color: rgb(194,131,180); }
td.TdClassName
{
border-color: #C283B4;
}
.TagClassName
{
border-color: #C283B4;
}
</style>