Shades of Lilac #C695C9
Tints of Lilac #C695C9
RGB
CMYK
RGB Variations
Color information
#C695C9 (or 0xC695C9) is known color: Lilac. HEX triplet: C6, 95 and C9. RGB value is (198,149,201). Sum of RGB (Red+Green+Blue) = 198+149+201=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #C695C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695C9 is #396A36. Grayscale: #A9A9A9. Windows color (decimal): -3762743 or 13211078. OLE color: 13211078.
HSL color Cylindrical-coordinate representation of color #C695C9: hue angle of 296.54º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C695C9 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 149 | 201 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.21 |
| HSL | 296.54º | 0.33% | 0.69% | - |
| HSV(B) | 296.54º | 0.26% | 0.79% | - |
| XYZ | 44.58 | 37.72 | 60.19 | - |
| YUV | 169.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 201 | 0.01 | 0.26 | 0 | 0.21 | 296.54 | 0.33 | 0.69 |
| Hex | C6 | 95 | C9 | 1 | 1A | 0 | 15 | 129 | 20 | 45 |
| Octal | 306 | 225 | 311 | 1 | 32 | 0 | 25 | 451 | 40 | 105 |
| Binary | 11000110 | 10010101 | 11001001 | 1 | 11010 | 0 | 10101 | 100101001 | 100000 | 1000101 |
Color Harmonies of #C695C9
Complementary color
Monochromatic Colors of #C695C9
Black with #C695C9
Text Example
Text Example
White with #C695C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695C9; }
p { color: rgb(198,149,201); }
H1.HeaderClassName
{
color: #C695C9;
}
.AnyTagClassName
{
color: #C695C9;
}
</style>
background-color css
<style>
a { background-color: #C695C9; }
a { background-color: rgb(198,149,201); }
div.DivClassName
{
background-color: #C695C9;
}
.BgClassName
{
background-color: #C695C9;
}
</style>
border-color css
<style>
span { border-color: #C695C9; }
span { border-color: rgb(198,149,201); }
td.TdClassName
{
border-color: #C695C9;
}
.TagClassName
{
border-color: #C695C9;
}
</style>