Shades of Melrose #C4B5F5
Tints of Melrose #C4B5F5
RGB
CMYK
RGB Variations
Color information
#C4B5F5 (or 0xC4B5F5) is known color: Melrose. HEX triplet: C4, B5 and F5. RGB value is (196,181,245). Sum of RGB (Red+Green+Blue) = 196+181+245=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #C4B5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B5F5 is #3B4A0A. Grayscale: #C0C0C0. Windows color (decimal): -3885579 or 16102852. OLE color: 16102852.
HSL color Cylindrical-coordinate representation of color #C4B5F5: hue angle of 254.06º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B5F5 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 181 | 245 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.04 |
| HSL | 254.06º | 0.76% | 0.84% | - |
| HSV(B) | 254.06º | 0.26% | 0.96% | - |
| XYZ | 55.77 | 51.38 | 93.36 | - |
| YUV | 192.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 245 | 0.2 | 0.26 | 0 | 0.04 | 254.06 | 0.76 | 0.84 |
| Hex | C4 | B5 | F5 | 14 | 1A | 0 | 4 | FE | 4C | 54 |
| Octal | 304 | 265 | 365 | 24 | 32 | 0 | 4 | 376 | 114 | 124 |
| Binary | 11000100 | 10110101 | 11110101 | 10100 | 11010 | 0 | 100 | 11111110 | 1001100 | 1010100 |
Color Harmonies of #C4B5F5
Complementary color
Monochromatic Colors of #C4B5F5
Black with #C4B5F5
Text Example
Text Example
White with #C4B5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5F5; }
p { color: rgb(196,181,245); }
H1.HeaderClassName
{
color: #C4B5F5;
}
.AnyTagClassName
{
color: #C4B5F5;
}
</style>
background-color css
<style>
a { background-color: #C4B5F5; }
a { background-color: rgb(196,181,245); }
div.DivClassName
{
background-color: #C4B5F5;
}
.BgClassName
{
background-color: #C4B5F5;
}
</style>
border-color css
<style>
span { border-color: #C4B5F5; }
span { border-color: rgb(196,181,245); }
td.TdClassName
{
border-color: #C4B5F5;
}
.TagClassName
{
border-color: #C4B5F5;
}
</style>