Shades of Melrose #C6AFFF
Tints of Melrose #C6AFFF
RGB
CMYK
RGB Variations
Color information
#C6AFFF (or 0xC6AFFF) is known color: Melrose. HEX triplet: C6, AF and FF. RGB value is (198,175,255). Sum of RGB (Red+Green+Blue) = 198+175+255=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFFF is #395000. Grayscale: #BEBEBE. Windows color (decimal): -3756033 or 16756678. OLE color: 16756678.
HSL color Cylindrical-coordinate representation of color #C6AFFF: hue angle of 257.25º 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 #C6AFFF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 175 | 255 | - |
| CMYK | 0.22 | 0.31 | 0 | 0 |
| HSL | 257.25º | 1% | 0.84% | - |
| HSV(B) | 257.25º | 0.31% | 1% | - |
| XYZ | 56.67 | 49.89 | 101.25 | - |
| YUV | 191 | 164.12 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 255 | 0.22 | 0.31 | 0 | 0 | 257.25 | 1 | 0.84 |
| Hex | C6 | AF | FF | 16 | 1F | 0 | 0 | 101 | 64 | 54 |
| Octal | 306 | 257 | 377 | 26 | 37 | 0 | 0 | 401 | 144 | 124 |
| Binary | 11000110 | 10101111 | 11111111 | 10110 | 11111 | 0 | 0 | 100000001 | 1100100 | 1010100 |
Color Harmonies of #C6AFFF
Complementary color
Monochromatic Colors of #C6AFFF
Black with #C6AFFF
Text Example
Text Example
White with #C6AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AFFF; }
p { color: rgb(198,175,255); }
H1.HeaderClassName
{
color: #C6AFFF;
}
.AnyTagClassName
{
color: #C6AFFF;
}
</style>
background-color css
<style>
a { background-color: #C6AFFF; }
a { background-color: rgb(198,175,255); }
div.DivClassName
{
background-color: #C6AFFF;
}
.BgClassName
{
background-color: #C6AFFF;
}
</style>
border-color css
<style>
span { border-color: #C6AFFF; }
span { border-color: rgb(198,175,255); }
td.TdClassName
{
border-color: #C6AFFF;
}
.TagClassName
{
border-color: #C6AFFF;
}
</style>