Shades of Melrose #C2AFFA
Tints of Melrose #C2AFFA
RGB
CMYK
RGB Variations
Color information
#C2AFFA (or 0xC2AFFA) is known color: Melrose. HEX triplet: C2, AF and FA. RGB value is (194,175,250). Sum of RGB (Red+Green+Blue) = 194+175+250=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFFA is #3D5005. Grayscale: #BCBCBC. Windows color (decimal): -4018182 or 16428994. OLE color: 16428994.
HSL color Cylindrical-coordinate representation of color #C2AFFA: hue angle of 255.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AFFA is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 175 | 250 | - |
| CMYK | 0.22 | 0.3 | 0 | 0.02 |
| HSL | 255.2º | 0.88% | 0.83% | - |
| HSV(B) | 255.2º | 0.3% | 0.98% | - |
| XYZ | 54.83 | 49.03 | 97.02 | - |
| YUV | 189.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 250 | 0.22 | 0.3 | 0 | 0.02 | 255.2 | 0.88 | 0.83 |
| Hex | C2 | AF | FA | 16 | 1E | 0 | 2 | FF | 58 | 53 |
| Octal | 302 | 257 | 372 | 26 | 36 | 0 | 2 | 377 | 130 | 123 |
| Binary | 11000010 | 10101111 | 11111010 | 10110 | 11110 | 0 | 10 | 11111111 | 1011000 | 1010011 |
Color Harmonies of #C2AFFA
Complementary color
Monochromatic Colors of #C2AFFA
Black with #C2AFFA
Text Example
Text Example
White with #C2AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFFA; }
p { color: rgb(194,175,250); }
H1.HeaderClassName
{
color: #C2AFFA;
}
.AnyTagClassName
{
color: #C2AFFA;
}
</style>
background-color css
<style>
a { background-color: #C2AFFA; }
a { background-color: rgb(194,175,250); }
div.DivClassName
{
background-color: #C2AFFA;
}
.BgClassName
{
background-color: #C2AFFA;
}
</style>
border-color css
<style>
span { border-color: #C2AFFA; }
span { border-color: rgb(194,175,250); }
td.TdClassName
{
border-color: #C2AFFA;
}
.TagClassName
{
border-color: #C2AFFA;
}
</style>