Shades of Lilac #C88CCF
Tints of Lilac #C88CCF
RGB
CMYK
RGB Variations
Color information
#C88CCF (or 0xC88CCF) is known color: Lilac. HEX triplet: C8, 8C and CF. RGB value is (200,140,207). Sum of RGB (Red+Green+Blue) = 200+140+207=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C88CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCF is #377330. Grayscale: #A5A5A5. Windows color (decimal): -3633969 or 13601992. OLE color: 13601992.
HSL color Cylindrical-coordinate representation of color #C88CCF: hue angle of 293.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88CCF is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 140 | 207 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.19 |
| HSL | 293.73º | 0.41% | 0.68% | - |
| HSV(B) | 293.73º | 0.32% | 0.81% | - |
| XYZ | 44.46 | 35.54 | 63.55 | - |
| YUV | 165.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 207 | 0.03 | 0.32 | 0 | 0.19 | 293.73 | 0.41 | 0.68 |
| Hex | C8 | 8C | CF | 3 | 20 | 0 | 13 | 126 | 29 | 44 |
| Octal | 310 | 214 | 317 | 3 | 40 | 0 | 23 | 446 | 51 | 104 |
| Binary | 11001000 | 10001100 | 11001111 | 11 | 100000 | 0 | 10011 | 100100110 | 101001 | 1000100 |
Color Harmonies of #C88CCF
Complementary color
Monochromatic Colors of #C88CCF
Black with #C88CCF
Text Example
Text Example
White with #C88CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CCF; }
p { color: rgb(200,140,207); }
H1.HeaderClassName
{
color: #C88CCF;
}
.AnyTagClassName
{
color: #C88CCF;
}
</style>
background-color css
<style>
a { background-color: #C88CCF; }
a { background-color: rgb(200,140,207); }
div.DivClassName
{
background-color: #C88CCF;
}
.BgClassName
{
background-color: #C88CCF;
}
</style>
border-color css
<style>
span { border-color: #C88CCF; }
span { border-color: rgb(200,140,207); }
td.TdClassName
{
border-color: #C88CCF;
}
.TagClassName
{
border-color: #C88CCF;
}
</style>