Shades of Melrose #C3AFFF
Tints of Melrose #C3AFFF
RGB
CMYK
RGB Variations
Color information
#C3AFFF (or 0xC3AFFF) is known color: Melrose. HEX triplet: C3, AF and FF. RGB value is (195,175,255). Sum of RGB (Red+Green+Blue) = 195+175+255=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFFF is #3C5000. Grayscale: #BDBDBD. Windows color (decimal): -3952641 or 16756675. OLE color: 16756675.
HSL color Cylindrical-coordinate representation of color #C3AFFF: hue angle of 255º 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 #C3AFFF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 175 | 255 | - |
| CMYK | 0.24 | 0.31 | 0 | 0 |
| HSL | 255º | 1% | 0.84% | - |
| HSV(B) | 255º | 0.31% | 1% | - |
| XYZ | 55.89 | 49.48 | 101.21 | - |
| YUV | 190.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 255 | 0.24 | 0.31 | 0 | 0 | 255 | 1 | 0.84 |
| Hex | C3 | AF | FF | 18 | 1F | 0 | 0 | FF | 64 | 54 |
| Octal | 303 | 257 | 377 | 30 | 37 | 0 | 0 | 377 | 144 | 124 |
| Binary | 11000011 | 10101111 | 11111111 | 11000 | 11111 | 0 | 0 | 11111111 | 1100100 | 1010100 |
Color Harmonies of #C3AFFF
Complementary color
Monochromatic Colors of #C3AFFF
Black with #C3AFFF
Text Example
Text Example
White with #C3AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFFF; }
p { color: rgb(195,175,255); }
H1.HeaderClassName
{
color: #C3AFFF;
}
.AnyTagClassName
{
color: #C3AFFF;
}
</style>
background-color css
<style>
a { background-color: #C3AFFF; }
a { background-color: rgb(195,175,255); }
div.DivClassName
{
background-color: #C3AFFF;
}
.BgClassName
{
background-color: #C3AFFF;
}
</style>
border-color css
<style>
span { border-color: #C3AFFF; }
span { border-color: rgb(195,175,255); }
td.TdClassName
{
border-color: #C3AFFF;
}
.TagClassName
{
border-color: #C3AFFF;
}
</style>