Shades of Melrose #C9B2FD
Tints of Melrose #C9B2FD
RGB
CMYK
RGB Variations
Color information
#C9B2FD (or 0xC9B2FD) is known color: Melrose. HEX triplet: C9, B2 and FD. RGB value is (201,178,253). Sum of RGB (Red+Green+Blue) = 201+178+253=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B2FD is #364D02. Grayscale: #C1C1C1. Windows color (decimal): -3558659 or 16626377. OLE color: 16626377.
HSL color Cylindrical-coordinate representation of color #C9B2FD: hue angle of 258.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 #C9B2FD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 178 | 253 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.01 |
| HSL | 258.4º | 0.95% | 0.85% | - |
| HSV(B) | 258.4º | 0.3% | 0.99% | - |
| XYZ | 57.74 | 51.35 | 99.8 | - |
| YUV | 193.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 253 | 0.21 | 0.30 | 0 | 0.01 | 258.4 | 0.95 | 0.85 |
| Hex | C9 | B2 | FD | 15 | 1E | 0 | 1 | 102 | 5F | 55 |
| Octal | 311 | 262 | 375 | 25 | 36 | 0 | 1 | 402 | 137 | 125 |
| Binary | 11001001 | 10110010 | 11111101 | 10101 | 11110 | 0 | 1 | 100000010 | 1011111 | 1010101 |
Color Harmonies of #C9B2FD
Complementary color
Monochromatic Colors of #C9B2FD
Black with #C9B2FD
Text Example
Text Example
White with #C9B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B2FD; }
p { color: rgb(201,178,253); }
H1.HeaderClassName
{
color: #C9B2FD;
}
.AnyTagClassName
{
color: #C9B2FD;
}
</style>
background-color css
<style>
a { background-color: #C9B2FD; }
a { background-color: rgb(201,178,253); }
div.DivClassName
{
background-color: #C9B2FD;
}
.BgClassName
{
background-color: #C9B2FD;
}
</style>
border-color css
<style>
span { border-color: #C9B2FD; }
span { border-color: rgb(201,178,253); }
td.TdClassName
{
border-color: #C9B2FD;
}
.TagClassName
{
border-color: #C9B2FD;
}
</style>