Shades of Melrose #C1B0FD
Tints of Melrose #C1B0FD
RGB
CMYK
RGB Variations
Color information
#C1B0FD (or 0xC1B0FD) is known color: Melrose. HEX triplet: C1, B0 and FD. RGB value is (193,176,253). Sum of RGB (Red+Green+Blue) = 193+176+253=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B0FD is #3E4F02. Grayscale: #BDBDBD. Windows color (decimal): -4083459 or 16625857. OLE color: 16625857.
HSL color Cylindrical-coordinate representation of color #C1B0FD: hue angle of 253.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1B0FD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 176 | 253 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.01 |
| HSL | 253.25º | 0.95% | 0.84% | - |
| HSV(B) | 253.25º | 0.3% | 0.99% | - |
| XYZ | 55.25 | 49.48 | 99.57 | - |
| YUV | 189.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 253 | 0.24 | 0.30 | 0 | 0.01 | 253.25 | 0.95 | 0.84 |
| Hex | C1 | B0 | FD | 18 | 1E | 0 | 1 | FD | 5F | 54 |
| Octal | 301 | 260 | 375 | 30 | 36 | 0 | 1 | 375 | 137 | 124 |
| Binary | 11000001 | 10110000 | 11111101 | 11000 | 11110 | 0 | 1 | 11111101 | 1011111 | 1010100 |
Color Harmonies of #C1B0FD
Complementary color
Monochromatic Colors of #C1B0FD
Black with #C1B0FD
Text Example
Text Example
White with #C1B0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0FD; }
p { color: rgb(193,176,253); }
H1.HeaderClassName
{
color: #C1B0FD;
}
.AnyTagClassName
{
color: #C1B0FD;
}
</style>
background-color css
<style>
a { background-color: #C1B0FD; }
a { background-color: rgb(193,176,253); }
div.DivClassName
{
background-color: #C1B0FD;
}
.BgClassName
{
background-color: #C1B0FD;
}
</style>
border-color css
<style>
span { border-color: #C1B0FD; }
span { border-color: rgb(193,176,253); }
td.TdClassName
{
border-color: #C1B0FD;
}
.TagClassName
{
border-color: #C1B0FD;
}
</style>