Shades of Lilac #C695BF
Tints of Lilac #C695BF
RGB
CMYK
RGB Variations
Color information
#C695BF (or 0xC695BF) is known color: Lilac. HEX triplet: C6, 95 and BF. RGB value is (198,149,191). Sum of RGB (Red+Green+Blue) = 198+149+191=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C695BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695BF is #396A40. Grayscale: #A8A8A8. Windows color (decimal): -3762753 or 12555718. OLE color: 12555718.
HSL color Cylindrical-coordinate representation of color #C695BF: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C695BF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 191 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.22 |
| HSL | 308.57º | 0.3% | 0.68% | - |
| HSV(B) | 308.57º | 0.25% | 0.78% | - |
| XYZ | 43.44 | 37.26 | 54.19 | - |
| YUV | 168.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 191 | 0 | 0.25 | 0.04 | 0.22 | 308.57 | 0.3 | 0.68 |
| Hex | C6 | 95 | BF | 0 | 19 | 4 | 16 | 135 | 1E | 44 |
| Octal | 306 | 225 | 277 | 0 | 31 | 4 | 26 | 465 | 36 | 104 |
| Binary | 11000110 | 10010101 | 10111111 | 0 | 11001 | 100 | 10110 | 100110101 | 11110 | 1000100 |
Color Harmonies of #C695BF
Complementary color
Monochromatic Colors of #C695BF
Black with #C695BF
Text Example
Text Example
White with #C695BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695BF; }
p { color: rgb(198,149,191); }
H1.HeaderClassName
{
color: #C695BF;
}
.AnyTagClassName
{
color: #C695BF;
}
</style>
background-color css
<style>
a { background-color: #C695BF; }
a { background-color: rgb(198,149,191); }
div.DivClassName
{
background-color: #C695BF;
}
.BgClassName
{
background-color: #C695BF;
}
</style>
border-color css
<style>
span { border-color: #C695BF; }
span { border-color: rgb(198,149,191); }
td.TdClassName
{
border-color: #C695BF;
}
.TagClassName
{
border-color: #C695BF;
}
</style>