Shades of Melrose #C8AFF4
Tints of Melrose #C8AFF4
RGB
CMYK
RGB Variations
Color information
#C8AFF4 (or 0xC8AFF4) is known color: Melrose. HEX triplet: C8, AF and F4. RGB value is (200,175,244). Sum of RGB (Red+Green+Blue) = 200+175+244=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #C8AFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFF4 is #37500B. Grayscale: #BEBEBE. Windows color (decimal): -3624972 or 16035784. OLE color: 16035784.
HSL color Cylindrical-coordinate representation of color #C8AFF4: hue angle of 261.74º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8AFF4 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 175 | 244 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.04 |
| HSL | 261.74º | 0.76% | 0.82% | - |
| HSV(B) | 261.74º | 0.28% | 0.96% | - |
| XYZ | 55.48 | 49.47 | 92.21 | - |
| YUV | 190.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 244 | 0.18 | 0.28 | 0 | 0.04 | 261.74 | 0.76 | 0.82 |
| Hex | C8 | AF | F4 | 12 | 1C | 0 | 4 | 106 | 4C | 52 |
| Octal | 310 | 257 | 364 | 22 | 34 | 0 | 4 | 406 | 114 | 122 |
| Binary | 11001000 | 10101111 | 11110100 | 10010 | 11100 | 0 | 100 | 100000110 | 1001100 | 1010010 |
Color Harmonies of #C8AFF4
Complementary color
Monochromatic Colors of #C8AFF4
Black with #C8AFF4
Text Example
Text Example
White with #C8AFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFF4; }
p { color: rgb(200,175,244); }
H1.HeaderClassName
{
color: #C8AFF4;
}
.AnyTagClassName
{
color: #C8AFF4;
}
</style>
background-color css
<style>
a { background-color: #C8AFF4; }
a { background-color: rgb(200,175,244); }
div.DivClassName
{
background-color: #C8AFF4;
}
.BgClassName
{
background-color: #C8AFF4;
}
</style>
border-color css
<style>
span { border-color: #C8AFF4; }
span { border-color: rgb(200,175,244); }
td.TdClassName
{
border-color: #C8AFF4;
}
.TagClassName
{
border-color: #C8AFF4;
}
</style>