Shades of Melrose #C5B2FD
Tints of Melrose #C5B2FD
RGB
CMYK
RGB Variations
Color information
#C5B2FD (or 0xC5B2FD) is known color: Melrose. HEX triplet: C5, B2 and FD. RGB value is (197,178,253). Sum of RGB (Red+Green+Blue) = 197+178+253=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2FD is #3A4D02. Grayscale: #BFBFBF. Windows color (decimal): -3820803 or 16626373. OLE color: 16626373.
HSL color Cylindrical-coordinate representation of color #C5B2FD: hue angle of 255.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B2FD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 178 | 253 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.01 |
| HSL | 255.2º | 0.95% | 0.85% | - |
| HSV(B) | 255.2º | 0.3% | 0.99% | - |
| XYZ | 56.68 | 50.8 | 99.75 | - |
| YUV | 192.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 253 | 0.22 | 0.30 | 0 | 0.01 | 255.2 | 0.95 | 0.85 |
| Hex | C5 | B2 | FD | 16 | 1E | 0 | 1 | FF | 5F | 55 |
| Octal | 305 | 262 | 375 | 26 | 36 | 0 | 1 | 377 | 137 | 125 |
| Binary | 11000101 | 10110010 | 11111101 | 10110 | 11110 | 0 | 1 | 11111111 | 1011111 | 1010101 |
Color Harmonies of #C5B2FD
Complementary color
Monochromatic Colors of #C5B2FD
Black with #C5B2FD
Text Example
Text Example
White with #C5B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2FD; }
p { color: rgb(197,178,253); }
H1.HeaderClassName
{
color: #C5B2FD;
}
.AnyTagClassName
{
color: #C5B2FD;
}
</style>
background-color css
<style>
a { background-color: #C5B2FD; }
a { background-color: rgb(197,178,253); }
div.DivClassName
{
background-color: #C5B2FD;
}
.BgClassName
{
background-color: #C5B2FD;
}
</style>
border-color css
<style>
span { border-color: #C5B2FD; }
span { border-color: rgb(197,178,253); }
td.TdClassName
{
border-color: #C5B2FD;
}
.TagClassName
{
border-color: #C5B2FD;
}
</style>