Shades of Lilac #C88FCC
Tints of Lilac #C88FCC
RGB
CMYK
RGB Variations
Color information
#C88FCC (or 0xC88FCC) is known color: Lilac. HEX triplet: C8, 8F and CC. RGB value is (200,143,204). Sum of RGB (Red+Green+Blue) = 200+143+204=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C88FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FCC is #377033. Grayscale: #A6A6A6. Windows color (decimal): -3633204 or 13406152. OLE color: 13406152.
HSL color Cylindrical-coordinate representation of color #C88FCC: hue angle of 296.07º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88FCC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 143 | 204 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.2 |
| HSL | 296.07º | 0.37% | 0.68% | - |
| HSV(B) | 296.07º | 0.3% | 0.8% | - |
| XYZ | 44.54 | 36.28 | 61.78 | - |
| YUV | 167 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 204 | 0.02 | 0.30 | 0 | 0.2 | 296.07 | 0.37 | 0.68 |
| Hex | C8 | 8F | CC | 2 | 1E | 0 | 14 | 128 | 25 | 44 |
| Octal | 310 | 217 | 314 | 2 | 36 | 0 | 24 | 450 | 45 | 104 |
| Binary | 11001000 | 10001111 | 11001100 | 10 | 11110 | 0 | 10100 | 100101000 | 100101 | 1000100 |
Color Harmonies of #C88FCC
Complementary color
Monochromatic Colors of #C88FCC
Black with #C88FCC
Text Example
Text Example
White with #C88FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FCC; }
p { color: rgb(200,143,204); }
H1.HeaderClassName
{
color: #C88FCC;
}
.AnyTagClassName
{
color: #C88FCC;
}
</style>
background-color css
<style>
a { background-color: #C88FCC; }
a { background-color: rgb(200,143,204); }
div.DivClassName
{
background-color: #C88FCC;
}
.BgClassName
{
background-color: #C88FCC;
}
</style>
border-color css
<style>
span { border-color: #C88FCC; }
span { border-color: rgb(200,143,204); }
td.TdClassName
{
border-color: #C88FCC;
}
.TagClassName
{
border-color: #C88FCC;
}
</style>