Shades of Lilac #C694CF
Tints of Lilac #C694CF
RGB
CMYK
RGB Variations
Color information
#C694CF (or 0xC694CF) is known color: Lilac. HEX triplet: C6, 94 and CF. RGB value is (198,148,207). Sum of RGB (Red+Green+Blue) = 198+148+207=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #C694CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CF is #396B30. Grayscale: #A9A9A9. Windows color (decimal): -3762993 or 13604038. OLE color: 13604038.
HSL color Cylindrical-coordinate representation of color #C694CF: hue angle of 290.85º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C694CF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 148 | 207 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.19 |
| HSL | 290.85º | 0.38% | 0.7% | - |
| HSV(B) | 290.85º | 0.29% | 0.81% | - |
| XYZ | 45.14 | 37.69 | 63.93 | - |
| YUV | 169.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 207 | 0.04 | 0.29 | 0 | 0.19 | 290.85 | 0.38 | 0.7 |
| Hex | C6 | 94 | CF | 4 | 1D | 0 | 13 | 123 | 26 | 46 |
| Octal | 306 | 224 | 317 | 4 | 35 | 0 | 23 | 443 | 46 | 106 |
| Binary | 11000110 | 10010100 | 11001111 | 100 | 11101 | 0 | 10011 | 100100011 | 100110 | 1000110 |
Color Harmonies of #C694CF
Complementary color
Monochromatic Colors of #C694CF
Black with #C694CF
Text Example
Text Example
White with #C694CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694CF; }
p { color: rgb(198,148,207); }
H1.HeaderClassName
{
color: #C694CF;
}
.AnyTagClassName
{
color: #C694CF;
}
</style>
background-color css
<style>
a { background-color: #C694CF; }
a { background-color: rgb(198,148,207); }
div.DivClassName
{
background-color: #C694CF;
}
.BgClassName
{
background-color: #C694CF;
}
</style>
border-color css
<style>
span { border-color: #C694CF; }
span { border-color: rgb(198,148,207); }
td.TdClassName
{
border-color: #C694CF;
}
.TagClassName
{
border-color: #C694CF;
}
</style>