Shades of Melrose #C0AFFB
Tints of Melrose #C0AFFB
RGB
CMYK
RGB Variations
Color information
#C0AFFB (or 0xC0AFFB) is known color: Melrose. HEX triplet: C0, AF and FB. RGB value is (192,175,251). Sum of RGB (Red+Green+Blue) = 192+175+251=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFFB is #3F5004. Grayscale: #BCBCBC. Windows color (decimal): -4149253 or 16494528. OLE color: 16494528.
HSL color Cylindrical-coordinate representation of color #C0AFFB: hue angle of 253.42º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AFFB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 175 | 251 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.02 |
| HSL | 253.42º | 0.9% | 0.84% | - |
| HSV(B) | 253.42º | 0.3% | 0.98% | - |
| XYZ | 54.48 | 48.83 | 97.82 | - |
| YUV | 188.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 251 | 0.24 | 0.30 | 0 | 0.02 | 253.42 | 0.9 | 0.84 |
| Hex | C0 | AF | FB | 18 | 1E | 0 | 2 | FD | 5A | 54 |
| Octal | 300 | 257 | 373 | 30 | 36 | 0 | 2 | 375 | 132 | 124 |
| Binary | 11000000 | 10101111 | 11111011 | 11000 | 11110 | 0 | 10 | 11111101 | 1011010 | 1010100 |
Color Harmonies of #C0AFFB
Complementary color
Monochromatic Colors of #C0AFFB
Black with #C0AFFB
Text Example
Text Example
White with #C0AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFFB; }
p { color: rgb(192,175,251); }
H1.HeaderClassName
{
color: #C0AFFB;
}
.AnyTagClassName
{
color: #C0AFFB;
}
</style>
background-color css
<style>
a { background-color: #C0AFFB; }
a { background-color: rgb(192,175,251); }
div.DivClassName
{
background-color: #C0AFFB;
}
.BgClassName
{
background-color: #C0AFFB;
}
</style>
border-color css
<style>
span { border-color: #C0AFFB; }
span { border-color: rgb(192,175,251); }
td.TdClassName
{
border-color: #C0AFFB;
}
.TagClassName
{
border-color: #C0AFFB;
}
</style>