Shades of Lilac #C896C5
Tints of Lilac #C896C5
RGB
CMYK
RGB Variations
Color information
#C896C5 (or 0xC896C5) is known color: Lilac. HEX triplet: C8, 96 and C5. RGB value is (200,150,197). Sum of RGB (Red+Green+Blue) = 200+150+197=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C896C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896C5 is #37693A. Grayscale: #AAAAAA. Windows color (decimal): -3631419 or 12949192. OLE color: 12949192.
HSL color Cylindrical-coordinate representation of color #C896C5: hue angle of 303.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C896C5 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 197 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.22 |
| HSL | 303.6º | 0.31% | 0.69% | - |
| HSV(B) | 303.6º | 0.25% | 0.78% | - |
| XYZ | 44.8 | 38.12 | 57.82 | - |
| YUV | 170.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 197 | 0 | 0.25 | 0.02 | 0.22 | 303.6 | 0.31 | 0.69 |
| Hex | C8 | 96 | C5 | 0 | 19 | 2 | 16 | 130 | 1F | 45 |
| Octal | 310 | 226 | 305 | 0 | 31 | 2 | 26 | 460 | 37 | 105 |
| Binary | 11001000 | 10010110 | 11000101 | 0 | 11001 | 10 | 10110 | 100110000 | 11111 | 1000101 |
Color Harmonies of #C896C5
Complementary color
Monochromatic Colors of #C896C5
Black with #C896C5
Text Example
Text Example
White with #C896C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896C5; }
p { color: rgb(200,150,197); }
H1.HeaderClassName
{
color: #C896C5;
}
.AnyTagClassName
{
color: #C896C5;
}
</style>
background-color css
<style>
a { background-color: #C896C5; }
a { background-color: rgb(200,150,197); }
div.DivClassName
{
background-color: #C896C5;
}
.BgClassName
{
background-color: #C896C5;
}
</style>
border-color css
<style>
span { border-color: #C896C5; }
span { border-color: rgb(200,150,197); }
td.TdClassName
{
border-color: #C896C5;
}
.TagClassName
{
border-color: #C896C5;
}
</style>