Shades of Melrose #C3ADFC
Tints of Melrose #C3ADFC
RGB
CMYK
RGB Variations
Color information
#C3ADFC (or 0xC3ADFC) is known color: Melrose. HEX triplet: C3, AD and FC. RGB value is (195,173,252). Sum of RGB (Red+Green+Blue) = 195+173+252=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFC is #3C5203. Grayscale: #BCBCBC. Windows color (decimal): -3953156 or 16559555. OLE color: 16559555.
HSL color Cylindrical-coordinate representation of color #C3ADFC: hue angle of 256.71º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3ADFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 173 | 252 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.01 |
| HSL | 256.71º | 0.93% | 0.83% | - |
| HSV(B) | 256.71º | 0.31% | 0.99% | - |
| XYZ | 55.02 | 48.52 | 98.56 | - |
| YUV | 188.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 252 | 0.23 | 0.31 | 0 | 0.01 | 256.71 | 0.93 | 0.83 |
| Hex | C3 | AD | FC | 17 | 1F | 0 | 1 | 101 | 5D | 53 |
| Octal | 303 | 255 | 374 | 27 | 37 | 0 | 1 | 401 | 135 | 123 |
| Binary | 11000011 | 10101101 | 11111100 | 10111 | 11111 | 0 | 1 | 100000001 | 1011101 | 1010011 |
Color Harmonies of #C3ADFC
Complementary color
Monochromatic Colors of #C3ADFC
Black with #C3ADFC
Text Example
Text Example
White with #C3ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADFC; }
p { color: rgb(195,173,252); }
H1.HeaderClassName
{
color: #C3ADFC;
}
.AnyTagClassName
{
color: #C3ADFC;
}
</style>
background-color css
<style>
a { background-color: #C3ADFC; }
a { background-color: rgb(195,173,252); }
div.DivClassName
{
background-color: #C3ADFC;
}
.BgClassName
{
background-color: #C3ADFC;
}
</style>
border-color css
<style>
span { border-color: #C3ADFC; }
span { border-color: rgb(195,173,252); }
td.TdClassName
{
border-color: #C3ADFC;
}
.TagClassName
{
border-color: #C3ADFC;
}
</style>