Shades of Melrose #C8AFF7
Tints of Melrose #C8AFF7
RGB
CMYK
RGB Variations
Color information
#C8AFF7 (or 0xC8AFF7) is known color: Melrose. HEX triplet: C8, AF and F7. RGB value is (200,175,247). Sum of RGB (Red+Green+Blue) = 200+175+247=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8AFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFF7 is #375008. Grayscale: #BEBEBE. Windows color (decimal): -3624969 or 16232392. OLE color: 16232392.
HSL color Cylindrical-coordinate representation of color #C8AFF7: hue angle of 260.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8AFF7 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 175 | 247 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.03 |
| HSL | 260.83º | 0.82% | 0.83% | - |
| HSV(B) | 260.83º | 0.29% | 0.97% | - |
| XYZ | 55.94 | 49.65 | 94.63 | - |
| YUV | 190.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 247 | 0.19 | 0.29 | 0 | 0.03 | 260.83 | 0.82 | 0.83 |
| Hex | C8 | AF | F7 | 13 | 1D | 0 | 3 | 105 | 52 | 53 |
| Octal | 310 | 257 | 367 | 23 | 35 | 0 | 3 | 405 | 122 | 123 |
| Binary | 11001000 | 10101111 | 11110111 | 10011 | 11101 | 0 | 11 | 100000101 | 1010010 | 1010011 |
Color Harmonies of #C8AFF7
Complementary color
Monochromatic Colors of #C8AFF7
Black with #C8AFF7
Text Example
Text Example
White with #C8AFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFF7; }
p { color: rgb(200,175,247); }
H1.HeaderClassName
{
color: #C8AFF7;
}
.AnyTagClassName
{
color: #C8AFF7;
}
</style>
background-color css
<style>
a { background-color: #C8AFF7; }
a { background-color: rgb(200,175,247); }
div.DivClassName
{
background-color: #C8AFF7;
}
.BgClassName
{
background-color: #C8AFF7;
}
</style>
border-color css
<style>
span { border-color: #C8AFF7; }
span { border-color: rgb(200,175,247); }
td.TdClassName
{
border-color: #C8AFF7;
}
.TagClassName
{
border-color: #C8AFF7;
}
</style>