Shades of London Hue #C275B4
Tints of London Hue #C275B4
RGB
CMYK
RGB Variations
Color information
#C275B4 (or 0xC275B4) is known color: London Hue. HEX triplet: C2, 75 and B4. RGB value is (194,117,180). Sum of RGB (Red+Green+Blue) = 194+117+180=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C275B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275B4 is #3D8A4B. Grayscale: #939393. Windows color (decimal): -4033100 or 11826626. OLE color: 11826626.
HSL color Cylindrical-coordinate representation of color #C275B4: hue angle of 310.91º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C275B4 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 180 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.24 |
| HSL | 310.91º | 0.39% | 0.61% | - |
| HSV(B) | 310.91º | 0.4% | 0.76% | - |
| XYZ | 36.85 | 27.49 | 46.54 | - |
| YUV | 147.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 180 | 0 | 0.40 | 0.07 | 0.24 | 310.91 | 0.39 | 0.61 |
| Hex | C2 | 75 | B4 | 0 | 28 | 7 | 18 | 137 | 27 | 3D |
| Octal | 302 | 165 | 264 | 0 | 50 | 7 | 30 | 467 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10110100 | 0 | 101000 | 111 | 11000 | 100110111 | 100111 | 111101 |
Color Harmonies of #C275B4
Complementary color
Monochromatic Colors of #C275B4
Black with #C275B4
Text Example
Text Example
White with #C275B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275B4; }
p { color: rgb(194,117,180); }
H1.HeaderClassName
{
color: #C275B4;
}
.AnyTagClassName
{
color: #C275B4;
}
</style>
background-color css
<style>
a { background-color: #C275B4; }
a { background-color: rgb(194,117,180); }
div.DivClassName
{
background-color: #C275B4;
}
.BgClassName
{
background-color: #C275B4;
}
</style>
border-color css
<style>
span { border-color: #C275B4; }
span { border-color: rgb(194,117,180); }
td.TdClassName
{
border-color: #C275B4;
}
.TagClassName
{
border-color: #C275B4;
}
</style>