Shades of Melrose #C1B0F3
Tints of Melrose #C1B0F3
RGB
CMYK
RGB Variations
Color information
#C1B0F3 (or 0xC1B0F3) is known color: Melrose. HEX triplet: C1, B0 and F3. RGB value is (193,176,243). Sum of RGB (Red+Green+Blue) = 193+176+243=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B0F3 is #3E4F0C. Grayscale: #BCBCBC. Windows color (decimal): -4083469 or 15970497. OLE color: 15970497.
HSL color Cylindrical-coordinate representation of color #C1B0F3: hue angle of 255.22º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B0F3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 176 | 243 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.05 |
| HSL | 255.22º | 0.74% | 0.82% | - |
| HSV(B) | 255.22º | 0.28% | 0.95% | - |
| XYZ | 53.7 | 48.86 | 91.39 | - |
| YUV | 188.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 243 | 0.21 | 0.28 | 0 | 0.05 | 255.22 | 0.74 | 0.82 |
| Hex | C1 | B0 | F3 | 15 | 1C | 0 | 5 | FF | 4A | 52 |
| Octal | 301 | 260 | 363 | 25 | 34 | 0 | 5 | 377 | 112 | 122 |
| Binary | 11000001 | 10110000 | 11110011 | 10101 | 11100 | 0 | 101 | 11111111 | 1001010 | 1010010 |
Color Harmonies of #C1B0F3
Complementary color
Monochromatic Colors of #C1B0F3
Black with #C1B0F3
Text Example
Text Example
White with #C1B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0F3; }
p { color: rgb(193,176,243); }
H1.HeaderClassName
{
color: #C1B0F3;
}
.AnyTagClassName
{
color: #C1B0F3;
}
</style>
background-color css
<style>
a { background-color: #C1B0F3; }
a { background-color: rgb(193,176,243); }
div.DivClassName
{
background-color: #C1B0F3;
}
.BgClassName
{
background-color: #C1B0F3;
}
</style>
border-color css
<style>
span { border-color: #C1B0F3; }
span { border-color: rgb(193,176,243); }
td.TdClassName
{
border-color: #C1B0F3;
}
.TagClassName
{
border-color: #C1B0F3;
}
</style>