Shades of Melrose #C2B0FF
Tints of Melrose #C2B0FF
RGB
CMYK
RGB Variations
Color information
#C2B0FF (or 0xC2B0FF) is known color: Melrose. HEX triplet: C2, B0 and FF. RGB value is (194,176,255). Sum of RGB (Red+Green+Blue) = 194+176+255=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B0FF is #3D4F00. Grayscale: #BEBEBE. Windows color (decimal): -4017921 or 16756930. OLE color: 16756930.
HSL color Cylindrical-coordinate representation of color #C2B0FF: hue angle of 253.67º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2B0FF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 176 | 255 | - |
| CMYK | 0.24 | 0.31 | 0 | 0 |
| HSL | 253.67º | 1% | 0.85% | - |
| HSV(B) | 253.67º | 0.31% | 1% | - |
| XYZ | 55.82 | 49.74 | 101.27 | - |
| YUV | 190.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 255 | 0.24 | 0.31 | 0 | 0 | 253.67 | 1 | 0.85 |
| Hex | C2 | B0 | FF | 18 | 1F | 0 | 0 | FE | 64 | 55 |
| Octal | 302 | 260 | 377 | 30 | 37 | 0 | 0 | 376 | 144 | 125 |
| Binary | 11000010 | 10110000 | 11111111 | 11000 | 11111 | 0 | 0 | 11111110 | 1100100 | 1010101 |
Color Harmonies of #C2B0FF
Complementary color
Monochromatic Colors of #C2B0FF
Black with #C2B0FF
Text Example
Text Example
White with #C2B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0FF; }
p { color: rgb(194,176,255); }
H1.HeaderClassName
{
color: #C2B0FF;
}
.AnyTagClassName
{
color: #C2B0FF;
}
</style>
background-color css
<style>
a { background-color: #C2B0FF; }
a { background-color: rgb(194,176,255); }
div.DivClassName
{
background-color: #C2B0FF;
}
.BgClassName
{
background-color: #C2B0FF;
}
</style>
border-color css
<style>
span { border-color: #C2B0FF; }
span { border-color: rgb(194,176,255); }
td.TdClassName
{
border-color: #C2B0FF;
}
.TagClassName
{
border-color: #C2B0FF;
}
</style>