Shades of Melrose #C5AFF2
Tints of Melrose #C5AFF2
RGB
CMYK
RGB Variations
Color information
#C5AFF2 (or 0xC5AFF2) is known color: Melrose. HEX triplet: C5, AF and F2. RGB value is (197,175,242). Sum of RGB (Red+Green+Blue) = 197+175+242=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF2 is #3A500D. Grayscale: #BCBCBC. Windows color (decimal): -3821582 or 15904709. OLE color: 15904709.
HSL color Cylindrical-coordinate representation of color #C5AFF2: hue angle of 259.7º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AFF2 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 175 | 242 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.05 |
| HSL | 259.7º | 0.72% | 0.82% | - |
| HSV(B) | 259.7º | 0.28% | 0.95% | - |
| XYZ | 54.38 | 48.94 | 90.58 | - |
| YUV | 189.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 242 | 0.19 | 0.28 | 0 | 0.05 | 259.7 | 0.72 | 0.82 |
| Hex | C5 | AF | F2 | 13 | 1C | 0 | 5 | 104 | 48 | 52 |
| Octal | 305 | 257 | 362 | 23 | 34 | 0 | 5 | 404 | 110 | 122 |
| Binary | 11000101 | 10101111 | 11110010 | 10011 | 11100 | 0 | 101 | 100000100 | 1001000 | 1010010 |
Color Harmonies of #C5AFF2
Complementary color
Monochromatic Colors of #C5AFF2
Black with #C5AFF2
Text Example
Text Example
White with #C5AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFF2; }
p { color: rgb(197,175,242); }
H1.HeaderClassName
{
color: #C5AFF2;
}
.AnyTagClassName
{
color: #C5AFF2;
}
</style>
background-color css
<style>
a { background-color: #C5AFF2; }
a { background-color: rgb(197,175,242); }
div.DivClassName
{
background-color: #C5AFF2;
}
.BgClassName
{
background-color: #C5AFF2;
}
</style>
border-color css
<style>
span { border-color: #C5AFF2; }
span { border-color: rgb(197,175,242); }
td.TdClassName
{
border-color: #C5AFF2;
}
.TagClassName
{
border-color: #C5AFF2;
}
</style>