Shades of Melrose #C2B1FD
Tints of Melrose #C2B1FD
RGB
CMYK
RGB Variations
Color information
#C2B1FD (or 0xC2B1FD) is known color: Melrose. HEX triplet: C2, B1 and FD. RGB value is (194,177,253). Sum of RGB (Red+Green+Blue) = 194+177+253=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2B1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1FD is #3D4E02. Grayscale: #BEBEBE. Windows color (decimal): -4017667 or 16626114. OLE color: 16626114.
HSL color Cylindrical-coordinate representation of color #C2B1FD: hue angle of 253.42º 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 #C2B1FD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 177 | 253 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.01 |
| HSL | 253.42º | 0.95% | 0.84% | - |
| HSV(B) | 253.42º | 0.3% | 0.99% | - |
| XYZ | 55.7 | 50.01 | 99.64 | - |
| YUV | 190.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 253 | 0.23 | 0.30 | 0 | 0.01 | 253.42 | 0.95 | 0.84 |
| Hex | C2 | B1 | FD | 17 | 1E | 0 | 1 | FD | 5F | 54 |
| Octal | 302 | 261 | 375 | 27 | 36 | 0 | 1 | 375 | 137 | 124 |
| Binary | 11000010 | 10110001 | 11111101 | 10111 | 11110 | 0 | 1 | 11111101 | 1011111 | 1010100 |
Color Harmonies of #C2B1FD
Complementary color
Monochromatic Colors of #C2B1FD
Black with #C2B1FD
Text Example
Text Example
White with #C2B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1FD; }
p { color: rgb(194,177,253); }
H1.HeaderClassName
{
color: #C2B1FD;
}
.AnyTagClassName
{
color: #C2B1FD;
}
</style>
background-color css
<style>
a { background-color: #C2B1FD; }
a { background-color: rgb(194,177,253); }
div.DivClassName
{
background-color: #C2B1FD;
}
.BgClassName
{
background-color: #C2B1FD;
}
</style>
border-color css
<style>
span { border-color: #C2B1FD; }
span { border-color: rgb(194,177,253); }
td.TdClassName
{
border-color: #C2B1FD;
}
.TagClassName
{
border-color: #C2B1FD;
}
</style>