Shades of Melrose #C2A7FD
Tints of Melrose #C2A7FD
RGB
CMYK
RGB Variations
Color information
#C2A7FD (or 0xC2A7FD) is known color: Melrose. HEX triplet: C2, A7 and FD. RGB value is (194,167,253). Sum of RGB (Red+Green+Blue) = 194+167+253=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A7FD is #3D5802. Grayscale: #B8B8B8. Windows color (decimal): -4020227 or 16623554. OLE color: 16623554.
HSL color Cylindrical-coordinate representation of color #C2A7FD: hue angle of 258.84º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2A7FD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 167 | 253 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.01 |
| HSL | 258.84º | 0.96% | 0.82% | - |
| HSV(B) | 258.84º | 0.34% | 0.99% | - |
| XYZ | 53.8 | 46.2 | 99.01 | - |
| YUV | 184.88 | 166.45 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 253 | 0.23 | 0.34 | 0 | 0.01 | 258.84 | 0.96 | 0.82 |
| Hex | C2 | A7 | FD | 17 | 22 | 0 | 1 | 103 | 60 | 52 |
| Octal | 302 | 247 | 375 | 27 | 42 | 0 | 1 | 403 | 140 | 122 |
| Binary | 11000010 | 10100111 | 11111101 | 10111 | 100010 | 0 | 1 | 100000011 | 1100000 | 1010010 |
Color Harmonies of #C2A7FD
Complementary color
Monochromatic Colors of #C2A7FD
Black with #C2A7FD
Text Example
Text Example
White with #C2A7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7FD; }
p { color: rgb(194,167,253); }
H1.HeaderClassName
{
color: #C2A7FD;
}
.AnyTagClassName
{
color: #C2A7FD;
}
</style>
background-color css
<style>
a { background-color: #C2A7FD; }
a { background-color: rgb(194,167,253); }
div.DivClassName
{
background-color: #C2A7FD;
}
.BgClassName
{
background-color: #C2A7FD;
}
</style>
border-color css
<style>
span { border-color: #C2A7FD; }
span { border-color: rgb(194,167,253); }
td.TdClassName
{
border-color: #C2A7FD;
}
.TagClassName
{
border-color: #C2A7FD;
}
</style>