Shades of Melrose #C5AFFF
Tints of Melrose #C5AFFF
RGB
CMYK
RGB Variations
Color information
#C5AFFF (or 0xC5AFFF) is known color: Melrose. HEX triplet: C5, AF and FF. RGB value is (197,175,255). Sum of RGB (Red+Green+Blue) = 197+175+255=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFFF is #3A5000. Grayscale: #BEBEBE. Windows color (decimal): -3821569 or 16756677. OLE color: 16756677.
HSL color Cylindrical-coordinate representation of color #C5AFFF: hue angle of 256.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5AFFF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 175 | 255 | - |
| CMYK | 0.23 | 0.31 | 0 | 0 |
| HSL | 256.5º | 1% | 0.84% | - |
| HSV(B) | 256.5º | 0.31% | 1% | - |
| XYZ | 56.41 | 49.75 | 101.24 | - |
| YUV | 190.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 255 | 0.23 | 0.31 | 0 | 0 | 256.5 | 1 | 0.84 |
| Hex | C5 | AF | FF | 17 | 1F | 0 | 0 | 100 | 64 | 54 |
| Octal | 305 | 257 | 377 | 27 | 37 | 0 | 0 | 400 | 144 | 124 |
| Binary | 11000101 | 10101111 | 11111111 | 10111 | 11111 | 0 | 0 | 100000000 | 1100100 | 1010100 |
Color Harmonies of #C5AFFF
Complementary color
Monochromatic Colors of #C5AFFF
Black with #C5AFFF
Text Example
Text Example
White with #C5AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFFF; }
p { color: rgb(197,175,255); }
H1.HeaderClassName
{
color: #C5AFFF;
}
.AnyTagClassName
{
color: #C5AFFF;
}
</style>
background-color css
<style>
a { background-color: #C5AFFF; }
a { background-color: rgb(197,175,255); }
div.DivClassName
{
background-color: #C5AFFF;
}
.BgClassName
{
background-color: #C5AFFF;
}
</style>
border-color css
<style>
span { border-color: #C5AFFF; }
span { border-color: rgb(197,175,255); }
td.TdClassName
{
border-color: #C5AFFF;
}
.TagClassName
{
border-color: #C5AFFF;
}
</style>