Shades of Melrose #C2A7FE
Tints of Melrose #C2A7FE
RGB
CMYK
RGB Variations
Color information
#C2A7FE (or 0xC2A7FE) is known color: Melrose. HEX triplet: C2, A7 and FE. RGB value is (194,167,254). Sum of RGB (Red+Green+Blue) = 194+167+254=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A7FE is #3D5801. Grayscale: #B8B8B8. Windows color (decimal): -4020226 or 16689090. OLE color: 16689090.
HSL color Cylindrical-coordinate representation of color #C2A7FE: hue angle of 258.62º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2A7FE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 167 | 254 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.00 |
| HSL | 258.62º | 0.98% | 0.83% | - |
| HSV(B) | 258.62º | 0.34% | 1% | - |
| XYZ | 53.96 | 46.26 | 99.85 | - |
| YUV | 184.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 254 | 0.24 | 0.34 | 0 | 0.00 | 258.62 | 0.98 | 0.83 |
| Hex | C2 | A7 | FE | 18 | 22 | 0 | 0 | 103 | 62 | 53 |
| Octal | 302 | 247 | 376 | 30 | 42 | 0 | 0 | 403 | 142 | 123 |
| Binary | 11000010 | 10100111 | 11111110 | 11000 | 100010 | 0 | 0 | 100000011 | 1100010 | 1010011 |
Color Harmonies of #C2A7FE
Complementary color
Monochromatic Colors of #C2A7FE
Black with #C2A7FE
Text Example
Text Example
White with #C2A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7FE; }
p { color: rgb(194,167,254); }
H1.HeaderClassName
{
color: #C2A7FE;
}
.AnyTagClassName
{
color: #C2A7FE;
}
</style>
background-color css
<style>
a { background-color: #C2A7FE; }
a { background-color: rgb(194,167,254); }
div.DivClassName
{
background-color: #C2A7FE;
}
.BgClassName
{
background-color: #C2A7FE;
}
</style>
border-color css
<style>
span { border-color: #C2A7FE; }
span { border-color: rgb(194,167,254); }
td.TdClassName
{
border-color: #C2A7FE;
}
.TagClassName
{
border-color: #C2A7FE;
}
</style>