Shades of Lilac #C88AC1
Tints of Lilac #C88AC1
RGB
CMYK
RGB Variations
Color information
#C88AC1 (or 0xC88AC1) is known color: Lilac. HEX triplet: C8, 8A and C1. RGB value is (200,138,193). Sum of RGB (Red+Green+Blue) = 200+138+193=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AC1 is #37753E. Grayscale: #A2A2A2. Windows color (decimal): -3634495 or 12683976. OLE color: 12683976.
HSL color Cylindrical-coordinate representation of color #C88AC1: hue angle of 306.77º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AC1 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 193 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.22 |
| HSL | 306.77º | 0.36% | 0.66% | - |
| HSV(B) | 306.77º | 0.31% | 0.78% | - |
| XYZ | 42.53 | 34.31 | 54.83 | - |
| YUV | 162.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 193 | 0 | 0.31 | 0.04 | 0.22 | 306.77 | 0.36 | 0.66 |
| Hex | C8 | 8A | C1 | 0 | 1F | 4 | 16 | 133 | 24 | 42 |
| Octal | 310 | 212 | 301 | 0 | 37 | 4 | 26 | 463 | 44 | 102 |
| Binary | 11001000 | 10001010 | 11000001 | 0 | 11111 | 100 | 10110 | 100110011 | 100100 | 1000010 |
Color Harmonies of #C88AC1
Complementary color
Monochromatic Colors of #C88AC1
Black with #C88AC1
Text Example
Text Example
White with #C88AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AC1; }
p { color: rgb(200,138,193); }
H1.HeaderClassName
{
color: #C88AC1;
}
.AnyTagClassName
{
color: #C88AC1;
}
</style>
background-color css
<style>
a { background-color: #C88AC1; }
a { background-color: rgb(200,138,193); }
div.DivClassName
{
background-color: #C88AC1;
}
.BgClassName
{
background-color: #C88AC1;
}
</style>
border-color css
<style>
span { border-color: #C88AC1; }
span { border-color: rgb(200,138,193); }
td.TdClassName
{
border-color: #C88AC1;
}
.TagClassName
{
border-color: #C88AC1;
}
</style>