Shades of Lilac #C485CC
Tints of Lilac #C485CC
RGB
CMYK
RGB Variations
Color information
#C485CC (or 0xC485CC) is known color: Lilac. HEX triplet: C4, 85 and CC. RGB value is (196,133,204). Sum of RGB (Red+Green+Blue) = 196+133+204=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C485CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485CC is #3B7A33. Grayscale: #9F9F9F. Windows color (decimal): -3897908 or 13403588. OLE color: 13403588.
HSL color Cylindrical-coordinate representation of color #C485CC: hue angle of 293.24º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C485CC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 133 | 204 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.2 |
| HSL | 293.24º | 0.41% | 0.66% | - |
| HSV(B) | 293.24º | 0.35% | 0.8% | - |
| XYZ | 42.05 | 32.87 | 61.26 | - |
| YUV | 159.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 204 | 0.04 | 0.35 | 0 | 0.2 | 293.24 | 0.41 | 0.66 |
| Hex | C4 | 85 | CC | 4 | 23 | 0 | 14 | 125 | 29 | 42 |
| Octal | 304 | 205 | 314 | 4 | 43 | 0 | 24 | 445 | 51 | 102 |
| Binary | 11000100 | 10000101 | 11001100 | 100 | 100011 | 0 | 10100 | 100100101 | 101001 | 1000010 |
Color Harmonies of #C485CC
Complementary color
Monochromatic Colors of #C485CC
Black with #C485CC
Text Example
Text Example
White with #C485CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C485CC; }
p { color: rgb(196,133,204); }
H1.HeaderClassName
{
color: #C485CC;
}
.AnyTagClassName
{
color: #C485CC;
}
</style>
background-color css
<style>
a { background-color: #C485CC; }
a { background-color: rgb(196,133,204); }
div.DivClassName
{
background-color: #C485CC;
}
.BgClassName
{
background-color: #C485CC;
}
</style>
border-color css
<style>
span { border-color: #C485CC; }
span { border-color: rgb(196,133,204); }
td.TdClassName
{
border-color: #C485CC;
}
.TagClassName
{
border-color: #C485CC;
}
</style>