Shades of Lilac #C88FCF
Tints of Lilac #C88FCF
RGB
CMYK
RGB Variations
Color information
#C88FCF (or 0xC88FCF) is known color: Lilac. HEX triplet: C8, 8F and CF. RGB value is (200,143,207). Sum of RGB (Red+Green+Blue) = 200+143+207=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #C88FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FCF is #377030. Grayscale: #A7A7A7. Windows color (decimal): -3633201 or 13602760. OLE color: 13602760.
HSL color Cylindrical-coordinate representation of color #C88FCF: hue angle of 293.44º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88FCF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 143 | 207 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.19 |
| HSL | 293.44º | 0.4% | 0.69% | - |
| HSV(B) | 293.44º | 0.31% | 0.81% | - |
| XYZ | 44.9 | 36.43 | 63.7 | - |
| YUV | 167.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 207 | 0.03 | 0.31 | 0 | 0.19 | 293.44 | 0.4 | 0.69 |
| Hex | C8 | 8F | CF | 3 | 1F | 0 | 13 | 125 | 28 | 45 |
| Octal | 310 | 217 | 317 | 3 | 37 | 0 | 23 | 445 | 50 | 105 |
| Binary | 11001000 | 10001111 | 11001111 | 11 | 11111 | 0 | 10011 | 100100101 | 101000 | 1000101 |
Color Harmonies of #C88FCF
Complementary color
Monochromatic Colors of #C88FCF
Black with #C88FCF
Text Example
Text Example
White with #C88FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FCF; }
p { color: rgb(200,143,207); }
H1.HeaderClassName
{
color: #C88FCF;
}
.AnyTagClassName
{
color: #C88FCF;
}
</style>
background-color css
<style>
a { background-color: #C88FCF; }
a { background-color: rgb(200,143,207); }
div.DivClassName
{
background-color: #C88FCF;
}
.BgClassName
{
background-color: #C88FCF;
}
</style>
border-color css
<style>
span { border-color: #C88FCF; }
span { border-color: rgb(200,143,207); }
td.TdClassName
{
border-color: #C88FCF;
}
.TagClassName
{
border-color: #C88FCF;
}
</style>