Shades of Melrose #C2A8FE
Tints of Melrose #C2A8FE
RGB
CMYK
RGB Variations
Color information
#C2A8FE (or 0xC2A8FE) is known color: Melrose. HEX triplet: C2, A8 and FE. RGB value is (194,168,254). Sum of RGB (Red+Green+Blue) = 194+168+254=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8FE is #3D5701. Grayscale: #B9B9B9. Windows color (decimal): -4019970 or 16689346. OLE color: 16689346.
HSL color Cylindrical-coordinate representation of color #C2A8FE: hue angle of 258.14º 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 #C2A8FE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 168 | 254 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.00 |
| HSL | 258.14º | 0.98% | 0.83% | - |
| HSV(B) | 258.14º | 0.34% | 1% | - |
| XYZ | 54.14 | 46.63 | 99.91 | - |
| YUV | 185.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 254 | 0.24 | 0.34 | 0 | 0.00 | 258.14 | 0.98 | 0.83 |
| Hex | C2 | A8 | FE | 18 | 22 | 0 | 0 | 102 | 62 | 53 |
| Octal | 302 | 250 | 376 | 30 | 42 | 0 | 0 | 402 | 142 | 123 |
| Binary | 11000010 | 10101000 | 11111110 | 11000 | 100010 | 0 | 0 | 100000010 | 1100010 | 1010011 |
Color Harmonies of #C2A8FE
Complementary color
Monochromatic Colors of #C2A8FE
Black with #C2A8FE
Text Example
Text Example
White with #C2A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8FE; }
p { color: rgb(194,168,254); }
H1.HeaderClassName
{
color: #C2A8FE;
}
.AnyTagClassName
{
color: #C2A8FE;
}
</style>
background-color css
<style>
a { background-color: #C2A8FE; }
a { background-color: rgb(194,168,254); }
div.DivClassName
{
background-color: #C2A8FE;
}
.BgClassName
{
background-color: #C2A8FE;
}
</style>
border-color css
<style>
span { border-color: #C2A8FE; }
span { border-color: rgb(194,168,254); }
td.TdClassName
{
border-color: #C2A8FE;
}
.TagClassName
{
border-color: #C2A8FE;
}
</style>