Shades of Melrose #C0AFF9
Tints of Melrose #C0AFF9
RGB
CMYK
RGB Variations
Color information
#C0AFF9 (or 0xC0AFF9) is known color: Melrose. HEX triplet: C0, AF and F9. RGB value is (192,175,249). Sum of RGB (Red+Green+Blue) = 192+175+249=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF9 is #3F5006. Grayscale: #BCBCBC. Windows color (decimal): -4149255 or 16363456. OLE color: 16363456.
HSL color Cylindrical-coordinate representation of color #C0AFF9: hue angle of 253.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AFF9 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 175 | 249 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.02 |
| HSL | 253.78º | 0.86% | 0.83% | - |
| HSV(B) | 253.78º | 0.3% | 0.98% | - |
| XYZ | 54.17 | 48.71 | 96.17 | - |
| YUV | 188.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 249 | 0.23 | 0.30 | 0 | 0.02 | 253.78 | 0.86 | 0.83 |
| Hex | C0 | AF | F9 | 17 | 1E | 0 | 2 | FE | 56 | 53 |
| Octal | 300 | 257 | 371 | 27 | 36 | 0 | 2 | 376 | 126 | 123 |
| Binary | 11000000 | 10101111 | 11111001 | 10111 | 11110 | 0 | 10 | 11111110 | 1010110 | 1010011 |
Color Harmonies of #C0AFF9
Complementary color
Monochromatic Colors of #C0AFF9
Black with #C0AFF9
Text Example
Text Example
White with #C0AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFF9; }
p { color: rgb(192,175,249); }
H1.HeaderClassName
{
color: #C0AFF9;
}
.AnyTagClassName
{
color: #C0AFF9;
}
</style>
background-color css
<style>
a { background-color: #C0AFF9; }
a { background-color: rgb(192,175,249); }
div.DivClassName
{
background-color: #C0AFF9;
}
.BgClassName
{
background-color: #C0AFF9;
}
</style>
border-color css
<style>
span { border-color: #C0AFF9; }
span { border-color: rgb(192,175,249); }
td.TdClassName
{
border-color: #C0AFF9;
}
.TagClassName
{
border-color: #C0AFF9;
}
</style>