Shades of Melrose #C5AFF9
Tints of Melrose #C5AFF9
RGB
CMYK
RGB Variations
Color information
#C5AFF9 (or 0xC5AFF9) is known color: Melrose. HEX triplet: C5, AF and F9. RGB value is (197,175,249). Sum of RGB (Red+Green+Blue) = 197+175+249=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF9 is #3A5006. Grayscale: #BDBDBD. Windows color (decimal): -3821575 or 16363461. OLE color: 16363461.
HSL color Cylindrical-coordinate representation of color #C5AFF9: hue angle of 257.84º 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 #C5AFF9 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 175 | 249 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.02 |
| HSL | 257.84º | 0.86% | 0.83% | - |
| HSV(B) | 257.84º | 0.3% | 0.98% | - |
| XYZ | 55.45 | 49.37 | 96.23 | - |
| YUV | 190.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 249 | 0.21 | 0.30 | 0 | 0.02 | 257.84 | 0.86 | 0.83 |
| Hex | C5 | AF | F9 | 15 | 1E | 0 | 2 | 102 | 56 | 53 |
| Octal | 305 | 257 | 371 | 25 | 36 | 0 | 2 | 402 | 126 | 123 |
| Binary | 11000101 | 10101111 | 11111001 | 10101 | 11110 | 0 | 10 | 100000010 | 1010110 | 1010011 |
Color Harmonies of #C5AFF9
Complementary color
Monochromatic Colors of #C5AFF9
Black with #C5AFF9
Text Example
Text Example
White with #C5AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFF9; }
p { color: rgb(197,175,249); }
H1.HeaderClassName
{
color: #C5AFF9;
}
.AnyTagClassName
{
color: #C5AFF9;
}
</style>
background-color css
<style>
a { background-color: #C5AFF9; }
a { background-color: rgb(197,175,249); }
div.DivClassName
{
background-color: #C5AFF9;
}
.BgClassName
{
background-color: #C5AFF9;
}
</style>
border-color css
<style>
span { border-color: #C5AFF9; }
span { border-color: rgb(197,175,249); }
td.TdClassName
{
border-color: #C5AFF9;
}
.TagClassName
{
border-color: #C5AFF9;
}
</style>