Shades of Melrose #C5AFEF
Tints of Melrose #C5AFEF
RGB
CMYK
RGB Variations
Color information
#C5AFEF (or 0xC5AFEF) is known color: Melrose. HEX triplet: C5, AF and EF. RGB value is (197,175,239). Sum of RGB (Red+Green+Blue) = 197+175+239=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFEF is #3A5010. Grayscale: #BCBCBC. Windows color (decimal): -3821585 or 15708101. OLE color: 15708101.
HSL color Cylindrical-coordinate representation of color #C5AFEF: hue angle of 260.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5AFEF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 175 | 239 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.06 |
| HSL | 260.63º | 0.67% | 0.81% | - |
| HSV(B) | 260.63º | 0.27% | 0.94% | - |
| XYZ | 53.94 | 48.76 | 88.23 | - |
| YUV | 188.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 239 | 0.18 | 0.27 | 0 | 0.06 | 260.63 | 0.67 | 0.81 |
| Hex | C5 | AF | EF | 12 | 1B | 0 | 6 | 105 | 43 | 51 |
| Octal | 305 | 257 | 357 | 22 | 33 | 0 | 6 | 405 | 103 | 121 |
| Binary | 11000101 | 10101111 | 11101111 | 10010 | 11011 | 0 | 110 | 100000101 | 1000011 | 1010001 |
Color Harmonies of #C5AFEF
Complementary color
Monochromatic Colors of #C5AFEF
Black with #C5AFEF
Text Example
Text Example
White with #C5AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFEF; }
p { color: rgb(197,175,239); }
H1.HeaderClassName
{
color: #C5AFEF;
}
.AnyTagClassName
{
color: #C5AFEF;
}
</style>
background-color css
<style>
a { background-color: #C5AFEF; }
a { background-color: rgb(197,175,239); }
div.DivClassName
{
background-color: #C5AFEF;
}
.BgClassName
{
background-color: #C5AFEF;
}
</style>
border-color css
<style>
span { border-color: #C5AFEF; }
span { border-color: rgb(197,175,239); }
td.TdClassName
{
border-color: #C5AFEF;
}
.TagClassName
{
border-color: #C5AFEF;
}
</style>