Shades of Melrose #C2ACF3
Tints of Melrose #C2ACF3
RGB
CMYK
RGB Variations
Color information
#C2ACF3 (or 0xC2ACF3) is known color: Melrose. HEX triplet: C2, AC and F3. RGB value is (194,172,243). Sum of RGB (Red+Green+Blue) = 194+172+243=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF3 is #3D530C. Grayscale: #BABABA. Windows color (decimal): -4018957 or 15969474. OLE color: 15969474.
HSL color Cylindrical-coordinate representation of color #C2ACF3: hue angle of 258.59º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2ACF3 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 172 | 243 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.05 |
| HSL | 258.59º | 0.75% | 0.81% | - |
| HSV(B) | 258.59º | 0.29% | 0.95% | - |
| XYZ | 53.18 | 47.45 | 91.15 | - |
| YUV | 186.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 243 | 0.20 | 0.29 | 0 | 0.05 | 258.59 | 0.75 | 0.81 |
| Hex | C2 | AC | F3 | 14 | 1D | 0 | 5 | 103 | 4B | 51 |
| Octal | 302 | 254 | 363 | 24 | 35 | 0 | 5 | 403 | 113 | 121 |
| Binary | 11000010 | 10101100 | 11110011 | 10100 | 11101 | 0 | 101 | 100000011 | 1001011 | 1010001 |
Color Harmonies of #C2ACF3
Complementary color
Monochromatic Colors of #C2ACF3
Black with #C2ACF3
Text Example
Text Example
White with #C2ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACF3; }
p { color: rgb(194,172,243); }
H1.HeaderClassName
{
color: #C2ACF3;
}
.AnyTagClassName
{
color: #C2ACF3;
}
</style>
background-color css
<style>
a { background-color: #C2ACF3; }
a { background-color: rgb(194,172,243); }
div.DivClassName
{
background-color: #C2ACF3;
}
.BgClassName
{
background-color: #C2ACF3;
}
</style>
border-color css
<style>
span { border-color: #C2ACF3; }
span { border-color: rgb(194,172,243); }
td.TdClassName
{
border-color: #C2ACF3;
}
.TagClassName
{
border-color: #C2ACF3;
}
</style>