Shades of Lilac #C484CC
Tints of Lilac #C484CC
RGB
CMYK
RGB Variations
Color information
#C484CC (or 0xC484CC) is known color: Lilac. HEX triplet: C4, 84 and CC. RGB value is (196,132,204). Sum of RGB (Red+Green+Blue) = 196+132+204=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C484CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484CC is #3B7B33. Grayscale: #9F9F9F. Windows color (decimal): -3898164 or 13403332. OLE color: 13403332.
HSL color Cylindrical-coordinate representation of color #C484CC: hue angle of 293.33º 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 #C484CC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 132 | 204 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.2 |
| HSL | 293.33º | 0.41% | 0.66% | - |
| HSV(B) | 293.33º | 0.35% | 0.8% | - |
| XYZ | 41.92 | 32.6 | 61.21 | - |
| YUV | 159.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 204 | 0.04 | 0.35 | 0 | 0.2 | 293.33 | 0.41 | 0.66 |
| Hex | C4 | 84 | CC | 4 | 23 | 0 | 14 | 125 | 29 | 42 |
| Octal | 304 | 204 | 314 | 4 | 43 | 0 | 24 | 445 | 51 | 102 |
| Binary | 11000100 | 10000100 | 11001100 | 100 | 100011 | 0 | 10100 | 100100101 | 101001 | 1000010 |
Color Harmonies of #C484CC
Complementary color
Monochromatic Colors of #C484CC
Black with #C484CC
Text Example
Text Example
White with #C484CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484CC; }
p { color: rgb(196,132,204); }
H1.HeaderClassName
{
color: #C484CC;
}
.AnyTagClassName
{
color: #C484CC;
}
</style>
background-color css
<style>
a { background-color: #C484CC; }
a { background-color: rgb(196,132,204); }
div.DivClassName
{
background-color: #C484CC;
}
.BgClassName
{
background-color: #C484CC;
}
</style>
border-color css
<style>
span { border-color: #C484CC; }
span { border-color: rgb(196,132,204); }
td.TdClassName
{
border-color: #C484CC;
}
.TagClassName
{
border-color: #C484CC;
}
</style>