Shades of Melrose #C0AFF6
Tints of Melrose #C0AFF6
RGB
CMYK
RGB Variations
Color information
#C0AFF6 (or 0xC0AFF6) is known color: Melrose. HEX triplet: C0, AF and F6. RGB value is (192,175,246). Sum of RGB (Red+Green+Blue) = 192+175+246=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF6 is #3F5009. Grayscale: #BBBBBB. Windows color (decimal): -4149258 or 16166848. OLE color: 16166848.
HSL color Cylindrical-coordinate representation of color #C0AFF6: hue angle of 254.37º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0AFF6 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 175 | 246 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.04 |
| HSL | 254.37º | 0.8% | 0.83% | - |
| HSV(B) | 254.37º | 0.29% | 0.96% | - |
| XYZ | 53.7 | 48.52 | 93.72 | - |
| YUV | 188.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 246 | 0.22 | 0.29 | 0 | 0.04 | 254.37 | 0.8 | 0.83 |
| Hex | C0 | AF | F6 | 16 | 1D | 0 | 4 | FE | 50 | 53 |
| Octal | 300 | 257 | 366 | 26 | 35 | 0 | 4 | 376 | 120 | 123 |
| Binary | 11000000 | 10101111 | 11110110 | 10110 | 11101 | 0 | 100 | 11111110 | 1010000 | 1010011 |
Color Harmonies of #C0AFF6
Complementary color
Monochromatic Colors of #C0AFF6
Black with #C0AFF6
Text Example
Text Example
White with #C0AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFF6; }
p { color: rgb(192,175,246); }
H1.HeaderClassName
{
color: #C0AFF6;
}
.AnyTagClassName
{
color: #C0AFF6;
}
</style>
background-color css
<style>
a { background-color: #C0AFF6; }
a { background-color: rgb(192,175,246); }
div.DivClassName
{
background-color: #C0AFF6;
}
.BgClassName
{
background-color: #C0AFF6;
}
</style>
border-color css
<style>
span { border-color: #C0AFF6; }
span { border-color: rgb(192,175,246); }
td.TdClassName
{
border-color: #C0AFF6;
}
.TagClassName
{
border-color: #C0AFF6;
}
</style>