Shades of Melrose #C4AFFF
Tints of Melrose #C4AFFF
RGB
CMYK
RGB Variations
Color information
#C4AFFF (or 0xC4AFFF) is known color: Melrose. HEX triplet: C4, AF and FF. RGB value is (196,175,255). Sum of RGB (Red+Green+Blue) = 196+175+255=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFFF is #3B5000. Grayscale: #BEBEBE. Windows color (decimal): -3887105 or 16756676. OLE color: 16756676.
HSL color Cylindrical-coordinate representation of color #C4AFFF: hue angle of 255.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4AFFF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 175 | 255 | - |
| CMYK | 0.23 | 0.31 | 0 | 0 |
| HSL | 255.75º | 1% | 0.84% | - |
| HSV(B) | 255.75º | 0.31% | 1% | - |
| XYZ | 56.14 | 49.62 | 101.23 | - |
| YUV | 190.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 255 | 0.23 | 0.31 | 0 | 0 | 255.75 | 1 | 0.84 |
| Hex | C4 | AF | FF | 17 | 1F | 0 | 0 | 100 | 64 | 54 |
| Octal | 304 | 257 | 377 | 27 | 37 | 0 | 0 | 400 | 144 | 124 |
| Binary | 11000100 | 10101111 | 11111111 | 10111 | 11111 | 0 | 0 | 100000000 | 1100100 | 1010100 |
Color Harmonies of #C4AFFF
Complementary color
Monochromatic Colors of #C4AFFF
Black with #C4AFFF
Text Example
Text Example
White with #C4AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFFF; }
p { color: rgb(196,175,255); }
H1.HeaderClassName
{
color: #C4AFFF;
}
.AnyTagClassName
{
color: #C4AFFF;
}
</style>
background-color css
<style>
a { background-color: #C4AFFF; }
a { background-color: rgb(196,175,255); }
div.DivClassName
{
background-color: #C4AFFF;
}
.BgClassName
{
background-color: #C4AFFF;
}
</style>
border-color css
<style>
span { border-color: #C4AFFF; }
span { border-color: rgb(196,175,255); }
td.TdClassName
{
border-color: #C4AFFF;
}
.TagClassName
{
border-color: #C4AFFF;
}
</style>