Shades of Melrose #C2A7FB
Tints of Melrose #C2A7FB
RGB
CMYK
RGB Variations
Color information
#C2A7FB (or 0xC2A7FB) is known color: Melrose. HEX triplet: C2, A7 and FB. RGB value is (194,167,251). Sum of RGB (Red+Green+Blue) = 194+167+251=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2A7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A7FB is #3D5804. Grayscale: #B8B8B8. Windows color (decimal): -4020229 or 16492482. OLE color: 16492482.
HSL color Cylindrical-coordinate representation of color #C2A7FB: hue angle of 259.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2A7FB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 167 | 251 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.02 |
| HSL | 259.29º | 0.91% | 0.82% | - |
| HSV(B) | 259.29º | 0.33% | 0.98% | - |
| XYZ | 53.48 | 46.07 | 97.34 | - |
| YUV | 184.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 251 | 0.23 | 0.33 | 0 | 0.02 | 259.29 | 0.91 | 0.82 |
| Hex | C2 | A7 | FB | 17 | 21 | 0 | 2 | 103 | 5B | 52 |
| Octal | 302 | 247 | 373 | 27 | 41 | 0 | 2 | 403 | 133 | 122 |
| Binary | 11000010 | 10100111 | 11111011 | 10111 | 100001 | 0 | 10 | 100000011 | 1011011 | 1010010 |
Color Harmonies of #C2A7FB
Complementary color
Monochromatic Colors of #C2A7FB
Black with #C2A7FB
Text Example
Text Example
White with #C2A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7FB; }
p { color: rgb(194,167,251); }
H1.HeaderClassName
{
color: #C2A7FB;
}
.AnyTagClassName
{
color: #C2A7FB;
}
</style>
background-color css
<style>
a { background-color: #C2A7FB; }
a { background-color: rgb(194,167,251); }
div.DivClassName
{
background-color: #C2A7FB;
}
.BgClassName
{
background-color: #C2A7FB;
}
</style>
border-color css
<style>
span { border-color: #C2A7FB; }
span { border-color: rgb(194,167,251); }
td.TdClassName
{
border-color: #C2A7FB;
}
.TagClassName
{
border-color: #C2A7FB;
}
</style>