Shades of Melrose #C3B1F1
Tints of Melrose #C3B1F1
RGB
CMYK
RGB Variations
Color information
#C3B1F1 (or 0xC3B1F1) is known color: Melrose. HEX triplet: C3, B1 and F1. RGB value is (195,177,241). Sum of RGB (Red+Green+Blue) = 195+177+241=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B1F1 is #3C4E0E. Grayscale: #BDBDBD. Windows color (decimal): -3952143 or 15839683. OLE color: 15839683.
HSL color Cylindrical-coordinate representation of color #C3B1F1: hue angle of 256.88º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3B1F1 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 177 | 241 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.05 |
| HSL | 256.88º | 0.7% | 0.82% | - |
| HSV(B) | 256.88º | 0.27% | 0.95% | - |
| XYZ | 54.11 | 49.4 | 89.9 | - |
| YUV | 189.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 241 | 0.19 | 0.27 | 0 | 0.05 | 256.88 | 0.7 | 0.82 |
| Hex | C3 | B1 | F1 | 13 | 1B | 0 | 5 | 101 | 46 | 52 |
| Octal | 303 | 261 | 361 | 23 | 33 | 0 | 5 | 401 | 106 | 122 |
| Binary | 11000011 | 10110001 | 11110001 | 10011 | 11011 | 0 | 101 | 100000001 | 1000110 | 1010010 |
Color Harmonies of #C3B1F1
Complementary color
Monochromatic Colors of #C3B1F1
Black with #C3B1F1
Text Example
Text Example
White with #C3B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B1F1; }
p { color: rgb(195,177,241); }
H1.HeaderClassName
{
color: #C3B1F1;
}
.AnyTagClassName
{
color: #C3B1F1;
}
</style>
background-color css
<style>
a { background-color: #C3B1F1; }
a { background-color: rgb(195,177,241); }
div.DivClassName
{
background-color: #C3B1F1;
}
.BgClassName
{
background-color: #C3B1F1;
}
</style>
border-color css
<style>
span { border-color: #C3B1F1; }
span { border-color: rgb(195,177,241); }
td.TdClassName
{
border-color: #C3B1F1;
}
.TagClassName
{
border-color: #C3B1F1;
}
</style>