Shades of Melrose #C5B0FF
Tints of Melrose #C5B0FF
RGB
CMYK
RGB Variations
Color information
#C5B0FF (or 0xC5B0FF) is known color: Melrose. HEX triplet: C5, B0 and FF. RGB value is (197,176,255). Sum of RGB (Red+Green+Blue) = 197+176+255=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0FF is #3A4F00. Grayscale: #BEBEBE. Windows color (decimal): -3821313 or 16756933. OLE color: 16756933.
HSL color Cylindrical-coordinate representation of color #C5B0FF: hue angle of 255.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5B0FF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 176 | 255 | - |
| CMYK | 0.23 | 0.31 | 0 | 0 |
| HSL | 255.95º | 1% | 0.85% | - |
| HSV(B) | 255.95º | 0.31% | 1% | - |
| XYZ | 56.6 | 50.14 | 101.3 | - |
| YUV | 191.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 255 | 0.23 | 0.31 | 0 | 0 | 255.95 | 1 | 0.85 |
| Hex | C5 | B0 | FF | 17 | 1F | 0 | 0 | 100 | 64 | 55 |
| Octal | 305 | 260 | 377 | 27 | 37 | 0 | 0 | 400 | 144 | 125 |
| Binary | 11000101 | 10110000 | 11111111 | 10111 | 11111 | 0 | 0 | 100000000 | 1100100 | 1010101 |
Color Harmonies of #C5B0FF
Complementary color
Monochromatic Colors of #C5B0FF
Black with #C5B0FF
Text Example
Text Example
White with #C5B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0FF; }
p { color: rgb(197,176,255); }
H1.HeaderClassName
{
color: #C5B0FF;
}
.AnyTagClassName
{
color: #C5B0FF;
}
</style>
background-color css
<style>
a { background-color: #C5B0FF; }
a { background-color: rgb(197,176,255); }
div.DivClassName
{
background-color: #C5B0FF;
}
.BgClassName
{
background-color: #C5B0FF;
}
</style>
border-color css
<style>
span { border-color: #C5B0FF; }
span { border-color: rgb(197,176,255); }
td.TdClassName
{
border-color: #C5B0FF;
}
.TagClassName
{
border-color: #C5B0FF;
}
</style>