Shades of Lilac #C884C6
Tints of Lilac #C884C6
RGB
CMYK
RGB Variations
Color information
#C884C6 (or 0xC884C6) is known color: Lilac. HEX triplet: C8, 84 and C6. RGB value is (200,132,198). Sum of RGB (Red+Green+Blue) = 200+132+198=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C884C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884C6 is #377B39. Grayscale: #9F9F9F. Windows color (decimal): -3636026 or 13010120. OLE color: 13010120.
HSL color Cylindrical-coordinate representation of color #C884C6: hue angle of 301.76º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884C6 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 198 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.22 |
| HSL | 301.76º | 0.38% | 0.65% | - |
| HSV(B) | 301.76º | 0.34% | 0.78% | - |
| XYZ | 42.26 | 32.86 | 57.54 | - |
| YUV | 159.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 198 | 0 | 0.34 | 0.01 | 0.22 | 301.76 | 0.38 | 0.65 |
| Hex | C8 | 84 | C6 | 0 | 22 | 1 | 16 | 12E | 26 | 41 |
| Octal | 310 | 204 | 306 | 0 | 42 | 1 | 26 | 456 | 46 | 101 |
| Binary | 11001000 | 10000100 | 11000110 | 0 | 100010 | 1 | 10110 | 100101110 | 100110 | 1000001 |
Color Harmonies of #C884C6
Complementary color
Monochromatic Colors of #C884C6
Black with #C884C6
Text Example
Text Example
White with #C884C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884C6; }
p { color: rgb(200,132,198); }
H1.HeaderClassName
{
color: #C884C6;
}
.AnyTagClassName
{
color: #C884C6;
}
</style>
background-color css
<style>
a { background-color: #C884C6; }
a { background-color: rgb(200,132,198); }
div.DivClassName
{
background-color: #C884C6;
}
.BgClassName
{
background-color: #C884C6;
}
</style>
border-color css
<style>
span { border-color: #C884C6; }
span { border-color: rgb(200,132,198); }
td.TdClassName
{
border-color: #C884C6;
}
.TagClassName
{
border-color: #C884C6;
}
</style>