Shades of Lilac #C88BC6
Tints of Lilac #C88BC6
RGB
CMYK
RGB Variations
Color information
#C88BC6 (or 0xC88BC6) is known color: Lilac. HEX triplet: C8, 8B and C6. RGB value is (200,139,198). Sum of RGB (Red+Green+Blue) = 200+139+198=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BC6 is #377439. Grayscale: #A3A3A3. Windows color (decimal): -3634234 or 13011912. OLE color: 13011912.
HSL color Cylindrical-coordinate representation of color #C88BC6: hue angle of 301.97º 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 #C88BC6 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 198 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.22 |
| HSL | 301.97º | 0.36% | 0.66% | - |
| HSV(B) | 301.97º | 0.31% | 0.78% | - |
| XYZ | 43.25 | 34.82 | 57.87 | - |
| YUV | 163.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 198 | 0 | 0.30 | 0.01 | 0.22 | 301.97 | 0.36 | 0.66 |
| Hex | C8 | 8B | C6 | 0 | 1E | 1 | 16 | 12E | 24 | 42 |
| Octal | 310 | 213 | 306 | 0 | 36 | 1 | 26 | 456 | 44 | 102 |
| Binary | 11001000 | 10001011 | 11000110 | 0 | 11110 | 1 | 10110 | 100101110 | 100100 | 1000010 |
Color Harmonies of #C88BC6
Complementary color
Monochromatic Colors of #C88BC6
Black with #C88BC6
Text Example
Text Example
White with #C88BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BC6; }
p { color: rgb(200,139,198); }
H1.HeaderClassName
{
color: #C88BC6;
}
.AnyTagClassName
{
color: #C88BC6;
}
</style>
background-color css
<style>
a { background-color: #C88BC6; }
a { background-color: rgb(200,139,198); }
div.DivClassName
{
background-color: #C88BC6;
}
.BgClassName
{
background-color: #C88BC6;
}
</style>
border-color css
<style>
span { border-color: #C88BC6; }
span { border-color: rgb(200,139,198); }
td.TdClassName
{
border-color: #C88BC6;
}
.TagClassName
{
border-color: #C88BC6;
}
</style>