Shades of Lilac #C896CF
Tints of Lilac #C896CF
RGB
CMYK
RGB Variations
Color information
#C896CF (or 0xC896CF) is known color: Lilac. HEX triplet: C8, 96 and CF. RGB value is (200,150,207). Sum of RGB (Red+Green+Blue) = 200+150+207=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C896CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896CF is #376930. Grayscale: #ABABAB. Windows color (decimal): -3631409 or 13604552. OLE color: 13604552.
HSL color Cylindrical-coordinate representation of color #C896CF: hue angle of 292.63º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C896CF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 150 | 207 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.19 |
| HSL | 292.63º | 0.37% | 0.7% | - |
| HSV(B) | 292.63º | 0.28% | 0.81% | - |
| XYZ | 45.99 | 38.6 | 64.06 | - |
| YUV | 171.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 207 | 0.03 | 0.28 | 0 | 0.19 | 292.63 | 0.37 | 0.7 |
| Hex | C8 | 96 | CF | 3 | 1C | 0 | 13 | 125 | 25 | 46 |
| Octal | 310 | 226 | 317 | 3 | 34 | 0 | 23 | 445 | 45 | 106 |
| Binary | 11001000 | 10010110 | 11001111 | 11 | 11100 | 0 | 10011 | 100100101 | 100101 | 1000110 |
Color Harmonies of #C896CF
Complementary color
Monochromatic Colors of #C896CF
Black with #C896CF
Text Example
Text Example
White with #C896CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896CF; }
p { color: rgb(200,150,207); }
H1.HeaderClassName
{
color: #C896CF;
}
.AnyTagClassName
{
color: #C896CF;
}
</style>
background-color css
<style>
a { background-color: #C896CF; }
a { background-color: rgb(200,150,207); }
div.DivClassName
{
background-color: #C896CF;
}
.BgClassName
{
background-color: #C896CF;
}
</style>
border-color css
<style>
span { border-color: #C896CF; }
span { border-color: rgb(200,150,207); }
td.TdClassName
{
border-color: #C896CF;
}
.TagClassName
{
border-color: #C896CF;
}
</style>