Shades of Lilac #C296BF
Tints of Lilac #C296BF
RGB
CMYK
RGB Variations
Color information
#C296BF (or 0xC296BF) is known color: Lilac. HEX triplet: C2, 96 and BF. RGB value is (194,150,191). Sum of RGB (Red+Green+Blue) = 194+150+191=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C296BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296BF is #3D6940. Grayscale: #A7A7A7. Windows color (decimal): -4024641 or 12555970. OLE color: 12555970.
HSL color Cylindrical-coordinate representation of color #C296BF: hue angle of 304.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C296BF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 191 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.24 |
| HSL | 304.09º | 0.27% | 0.67% | - |
| HSV(B) | 304.09º | 0.23% | 0.76% | - |
| XYZ | 42.56 | 37.04 | 54.2 | - |
| YUV | 167.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 191 | 0 | 0.23 | 0.02 | 0.24 | 304.09 | 0.27 | 0.67 |
| Hex | C2 | 96 | BF | 0 | 17 | 2 | 18 | 130 | 1B | 43 |
| Octal | 302 | 226 | 277 | 0 | 27 | 2 | 30 | 460 | 33 | 103 |
| Binary | 11000010 | 10010110 | 10111111 | 0 | 10111 | 10 | 11000 | 100110000 | 11011 | 1000011 |
Color Harmonies of #C296BF
Complementary color
Monochromatic Colors of #C296BF
Black with #C296BF
Text Example
Text Example
White with #C296BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296BF; }
p { color: rgb(194,150,191); }
H1.HeaderClassName
{
color: #C296BF;
}
.AnyTagClassName
{
color: #C296BF;
}
</style>
background-color css
<style>
a { background-color: #C296BF; }
a { background-color: rgb(194,150,191); }
div.DivClassName
{
background-color: #C296BF;
}
.BgClassName
{
background-color: #C296BF;
}
</style>
border-color css
<style>
span { border-color: #C296BF; }
span { border-color: rgb(194,150,191); }
td.TdClassName
{
border-color: #C296BF;
}
.TagClassName
{
border-color: #C296BF;
}
</style>