Shades of Lilac #C88FBF
Tints of Lilac #C88FBF
RGB
CMYK
RGB Variations
Color information
#C88FBF (or 0xC88FBF) is known color: Lilac. HEX triplet: C8, 8F and BF. RGB value is (200,143,191). Sum of RGB (Red+Green+Blue) = 200+143+191=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FBF is #377040. Grayscale: #A5A5A5. Windows color (decimal): -3633217 or 12554184. OLE color: 12554184.
HSL color Cylindrical-coordinate representation of color #C88FBF: hue angle of 309.47º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88FBF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 191 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 309.47º | 0.34% | 0.67% | - |
| HSV(B) | 309.47º | 0.29% | 0.78% | - |
| XYZ | 43.05 | 35.69 | 53.91 | - |
| YUV | 165.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 191 | 0 | 0.28 | 0.04 | 0.22 | 309.47 | 0.34 | 0.67 |
| Hex | C8 | 8F | BF | 0 | 1C | 4 | 16 | 135 | 22 | 43 |
| Octal | 310 | 217 | 277 | 0 | 34 | 4 | 26 | 465 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10111111 | 0 | 11100 | 100 | 10110 | 100110101 | 100010 | 1000011 |
Color Harmonies of #C88FBF
Complementary color
Monochromatic Colors of #C88FBF
Black with #C88FBF
Text Example
Text Example
White with #C88FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FBF; }
p { color: rgb(200,143,191); }
H1.HeaderClassName
{
color: #C88FBF;
}
.AnyTagClassName
{
color: #C88FBF;
}
</style>
background-color css
<style>
a { background-color: #C88FBF; }
a { background-color: rgb(200,143,191); }
div.DivClassName
{
background-color: #C88FBF;
}
.BgClassName
{
background-color: #C88FBF;
}
</style>
border-color css
<style>
span { border-color: #C88FBF; }
span { border-color: rgb(200,143,191); }
td.TdClassName
{
border-color: #C88FBF;
}
.TagClassName
{
border-color: #C88FBF;
}
</style>