Shades of Melrose #C9B2F3
Tints of Melrose #C9B2F3
RGB
CMYK
RGB Variations
Color information
#C9B2F3 (or 0xC9B2F3) is known color: Melrose. HEX triplet: C9, B2 and F3. RGB value is (201,178,243). Sum of RGB (Red+Green+Blue) = 201+178+243=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9B2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B2F3 is #364D0C. Grayscale: #C0C0C0. Windows color (decimal): -3558669 or 15971017. OLE color: 15971017.
HSL color Cylindrical-coordinate representation of color #C9B2F3: hue angle of 261.23º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9B2F3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 178 | 243 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.05 |
| HSL | 261.23º | 0.73% | 0.83% | - |
| HSV(B) | 261.23º | 0.27% | 0.95% | - |
| XYZ | 56.19 | 50.73 | 91.62 | - |
| YUV | 192.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 243 | 0.17 | 0.27 | 0 | 0.05 | 261.23 | 0.73 | 0.83 |
| Hex | C9 | B2 | F3 | 11 | 1B | 0 | 5 | 105 | 49 | 53 |
| Octal | 311 | 262 | 363 | 21 | 33 | 0 | 5 | 405 | 111 | 123 |
| Binary | 11001001 | 10110010 | 11110011 | 10001 | 11011 | 0 | 101 | 100000101 | 1001001 | 1010011 |
Color Harmonies of #C9B2F3
Complementary color
Monochromatic Colors of #C9B2F3
Black with #C9B2F3
Text Example
Text Example
White with #C9B2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B2F3; }
p { color: rgb(201,178,243); }
H1.HeaderClassName
{
color: #C9B2F3;
}
.AnyTagClassName
{
color: #C9B2F3;
}
</style>
background-color css
<style>
a { background-color: #C9B2F3; }
a { background-color: rgb(201,178,243); }
div.DivClassName
{
background-color: #C9B2F3;
}
.BgClassName
{
background-color: #C9B2F3;
}
</style>
border-color css
<style>
span { border-color: #C9B2F3; }
span { border-color: rgb(201,178,243); }
td.TdClassName
{
border-color: #C9B2F3;
}
.TagClassName
{
border-color: #C9B2F3;
}
</style>