Shades of Lilac #C485BE
Tints of Lilac #C485BE
RGB
CMYK
RGB Variations
Color information
#C485BE (or 0xC485BE) is known color: Lilac. HEX triplet: C4, 85 and BE. RGB value is (196,133,190). Sum of RGB (Red+Green+Blue) = 196+133+190=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C485BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485BE is #3B7A41. Grayscale: #9E9E9E. Windows color (decimal): -3897922 or 12486084. OLE color: 12486084.
HSL color Cylindrical-coordinate representation of color #C485BE: hue angle of 305.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485BE is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 190 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.23 |
| HSL | 305.71º | 0.35% | 0.65% | - |
| HSV(B) | 305.71º | 0.32% | 0.77% | - |
| XYZ | 40.45 | 32.23 | 52.8 | - |
| YUV | 158.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 190 | 0 | 0.32 | 0.03 | 0.23 | 305.71 | 0.35 | 0.65 |
| Hex | C4 | 85 | BE | 0 | 20 | 3 | 17 | 132 | 23 | 41 |
| Octal | 304 | 205 | 276 | 0 | 40 | 3 | 27 | 462 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10111110 | 0 | 100000 | 11 | 10111 | 100110010 | 100011 | 1000001 |
Color Harmonies of #C485BE
Complementary color
Monochromatic Colors of #C485BE
Black with #C485BE
Text Example
Text Example
White with #C485BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485BE; }
p { color: rgb(196,133,190); }
H1.HeaderClassName
{
color: #C485BE;
}
.AnyTagClassName
{
color: #C485BE;
}
</style>
background-color css
<style>
a { background-color: #C485BE; }
a { background-color: rgb(196,133,190); }
div.DivClassName
{
background-color: #C485BE;
}
.BgClassName
{
background-color: #C485BE;
}
</style>
border-color css
<style>
span { border-color: #C485BE; }
span { border-color: rgb(196,133,190); }
td.TdClassName
{
border-color: #C485BE;
}
.TagClassName
{
border-color: #C485BE;
}
</style>