Shades of Melrose #C4ACFD
Tints of Melrose #C4ACFD
RGB
CMYK
RGB Variations
Color information
#C4ACFD (or 0xC4ACFD) is known color: Melrose. HEX triplet: C4, AC and FD. RGB value is (196,172,253). Sum of RGB (Red+Green+Blue) = 196+172+253=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACFD is #3B5302. Grayscale: #BCBCBC. Windows color (decimal): -3887875 or 16624836. OLE color: 16624836.
HSL color Cylindrical-coordinate representation of color #C4ACFD: hue angle of 257.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4ACFD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 172 | 253 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.01 |
| HSL | 257.78º | 0.95% | 0.83% | - |
| HSV(B) | 257.78º | 0.32% | 0.99% | - |
| XYZ | 55.25 | 48.33 | 99.35 | - |
| YUV | 188.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 253 | 0.23 | 0.32 | 0 | 0.01 | 257.78 | 0.95 | 0.83 |
| Hex | C4 | AC | FD | 17 | 20 | 0 | 1 | 102 | 5F | 53 |
| Octal | 304 | 254 | 375 | 27 | 40 | 0 | 1 | 402 | 137 | 123 |
| Binary | 11000100 | 10101100 | 11111101 | 10111 | 100000 | 0 | 1 | 100000010 | 1011111 | 1010011 |
Color Harmonies of #C4ACFD
Complementary color
Monochromatic Colors of #C4ACFD
Black with #C4ACFD
Text Example
Text Example
White with #C4ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACFD; }
p { color: rgb(196,172,253); }
H1.HeaderClassName
{
color: #C4ACFD;
}
.AnyTagClassName
{
color: #C4ACFD;
}
</style>
background-color css
<style>
a { background-color: #C4ACFD; }
a { background-color: rgb(196,172,253); }
div.DivClassName
{
background-color: #C4ACFD;
}
.BgClassName
{
background-color: #C4ACFD;
}
</style>
border-color css
<style>
span { border-color: #C4ACFD; }
span { border-color: rgb(196,172,253); }
td.TdClassName
{
border-color: #C4ACFD;
}
.TagClassName
{
border-color: #C4ACFD;
}
</style>