Shades of Melrose #C7AFF2
Tints of Melrose #C7AFF2
RGB
CMYK
RGB Variations
Color information
#C7AFF2 (or 0xC7AFF2) is known color: Melrose. HEX triplet: C7, AF and F2. RGB value is (199,175,242). Sum of RGB (Red+Green+Blue) = 199+175+242=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFF2 is #38500D. Grayscale: #BDBDBD. Windows color (decimal): -3690510 or 15904711. OLE color: 15904711.
HSL color Cylindrical-coordinate representation of color #C7AFF2: hue angle of 261.49º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7AFF2 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 175 | 242 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.05 |
| HSL | 261.49º | 0.72% | 0.82% | - |
| HSV(B) | 261.49º | 0.28% | 0.95% | - |
| XYZ | 54.91 | 49.21 | 90.61 | - |
| YUV | 189.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 242 | 0.18 | 0.28 | 0 | 0.05 | 261.49 | 0.72 | 0.82 |
| Hex | C7 | AF | F2 | 12 | 1C | 0 | 5 | 105 | 48 | 52 |
| Octal | 307 | 257 | 362 | 22 | 34 | 0 | 5 | 405 | 110 | 122 |
| Binary | 11000111 | 10101111 | 11110010 | 10010 | 11100 | 0 | 101 | 100000101 | 1001000 | 1010010 |
Color Harmonies of #C7AFF2
Complementary color
Monochromatic Colors of #C7AFF2
Black with #C7AFF2
Text Example
Text Example
White with #C7AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFF2; }
p { color: rgb(199,175,242); }
H1.HeaderClassName
{
color: #C7AFF2;
}
.AnyTagClassName
{
color: #C7AFF2;
}
</style>
background-color css
<style>
a { background-color: #C7AFF2; }
a { background-color: rgb(199,175,242); }
div.DivClassName
{
background-color: #C7AFF2;
}
.BgClassName
{
background-color: #C7AFF2;
}
</style>
border-color css
<style>
span { border-color: #C7AFF2; }
span { border-color: rgb(199,175,242); }
td.TdClassName
{
border-color: #C7AFF2;
}
.TagClassName
{
border-color: #C7AFF2;
}
</style>