Shades of Melrose #C4B2FD
Tints of Melrose #C4B2FD
RGB
CMYK
RGB Variations
Color information
#C4B2FD (or 0xC4B2FD) is known color: Melrose. HEX triplet: C4, B2 and FD. RGB value is (196,178,253). Sum of RGB (Red+Green+Blue) = 196+178+253=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B2FD is #3B4D02. Grayscale: #BFBFBF. Windows color (decimal): -3886339 or 16626372. OLE color: 16626372.
HSL color Cylindrical-coordinate representation of color #C4B2FD: hue angle of 254.4º 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 #C4B2FD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 178 | 253 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.01 |
| HSL | 254.4º | 0.95% | 0.85% | - |
| HSV(B) | 254.4º | 0.3% | 0.99% | - |
| XYZ | 56.41 | 50.67 | 99.74 | - |
| YUV | 191.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 253 | 0.23 | 0.30 | 0 | 0.01 | 254.4 | 0.95 | 0.85 |
| Hex | C4 | B2 | FD | 17 | 1E | 0 | 1 | FE | 5F | 55 |
| Octal | 304 | 262 | 375 | 27 | 36 | 0 | 1 | 376 | 137 | 125 |
| Binary | 11000100 | 10110010 | 11111101 | 10111 | 11110 | 0 | 1 | 11111110 | 1011111 | 1010101 |
Color Harmonies of #C4B2FD
Complementary color
Monochromatic Colors of #C4B2FD
Black with #C4B2FD
Text Example
Text Example
White with #C4B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2FD; }
p { color: rgb(196,178,253); }
H1.HeaderClassName
{
color: #C4B2FD;
}
.AnyTagClassName
{
color: #C4B2FD;
}
</style>
background-color css
<style>
a { background-color: #C4B2FD; }
a { background-color: rgb(196,178,253); }
div.DivClassName
{
background-color: #C4B2FD;
}
.BgClassName
{
background-color: #C4B2FD;
}
</style>
border-color css
<style>
span { border-color: #C4B2FD; }
span { border-color: rgb(196,178,253); }
td.TdClassName
{
border-color: #C4B2FD;
}
.TagClassName
{
border-color: #C4B2FD;
}
</style>